Learn Python programming from scratch with hands-on coding exercises in this Python course!

What you will learn

After finishing this Python course , one can easily code .

Description

In this course, you will learn everything about python with different coding exercises and interesting examples.

If you want to learn how to write Python programs like a pro, code python like a boss, solve real-world problems, or automate repetitive and complex tasks, read on.

By the end of this course, you will be able to create Python scripts with ease. You’ll learn how to take tedious and repetitious tasks and turn them into programs that will save your time and simplify your life.

This course will teach you Python in a practical manner, with every lecture comes to a full coding screencast. Learn in whatever manner is best for you! At the end of the course, we will do 10 projects so that we can get a grip on Python. You would enjoy this course. Moreover, the course is updated regularly and you will often see a new app replacing an old app. That means with your one-time enrollment you will have lifetime access to every new tutorial added to the course. That will help you to keep in touch with Python on a regular basis.

This course will be free for 200 days, so what are you waiting for, GO ON AND ENROLL YOURSELF!

Happy Learning!

English

Language

Content

Introduction

What is Python?

What can Python do?

Why should we learn Python?

Good To Know

Python Syntax compared to other Languages

Let’s Install Python Text Editor

Let’s Install another Python Editor

Let’s code!

Hello,World!

Exit Command

Correct Command line

Python Indentation

Correct the Indentation

Comments in Python

Write a Comment

Multi-line comment

Variable

Casting

Get the Datatype

Double Quotes same as Single Quotes

Case-sensitive

Variable Names

Many Values to Multiple Variables

One Value to Multiple Variables

Unpack a List or Tuple

Combine One Variable to Another Variable

+ as a Mathematical Operator


Get Instant Notification of New Courses on our Telegram channel.


Combine both Text and Variable

Variable Exercise

Global Variable

Global Keyword

Python Datatypes

Getting the Datatype

Setting the Datatype

Exercise: Guess the Datatype

Python Numbers

Int

Float

Complex

Type Conversion

Random Numbers

Exercise: Type Conversion

Specify Variable Type

Python Strings

Strings

Assign String to a Variable

Multiline Strings

Strings are Arrays

Looping Through a String

String Length

Check Character or Phrase in String

Check if not a Character or Phrase in String

Slicing String

Slice From the Start

Slice To the End

Negative Indexing

Modify Strings

Remove Whitespace

How to Replace String

How to Split String into sub strings

Concatenate String

How to format String?

Escape Character