Learn Python step by step from scratch (Free Course)

What you will learn

Python fundamentals

Conditional Statements in Python

Loop controls in Python

String manipulation in Python

Description

Master python fundamentals (Free Course)

With this course, you can start your python learning journey. We’ll start with setting up your local machine python development environment.

After that, we’ll make progress and learn the concepts of Python.

What is Python?

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.

Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a “batteries included” language due to its comprehensive standard library.

Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0. Python 2.0 was released in 2000 and introduced new features such as list comprehensions, cycle-detecting garbage collection, reference counting, and Unicode support. Python 3.0, released in 2008, was a major revision that is not completely backward-compatible with earlier versions.

Python consistently ranks as one of the most popular programming languages.


Get Instant Notification of New Courses on our Telegram channel.


Course Contents

– Python development environment set up

– Conditional Statements in Python

– Loop Controls in Python

– Number and Strings in Python

– StringΒ  Manipulation in Python.

This will give you a basic idea and fundamentals of Python and will kick start your Python learning journey.

English
language

Content

Enable Python Coding environment and getting started with Python basics

Introduction
How to set up Python development environment?
If Statement in Python | Conditional logic
Indentation and comments in Python
Section Summary

Learn Loop controls in Python

Introduction
Understanding ‘For loop’ in Python
Understanding ‘While loop’ in Python

Python Numbers and Strings

Numbers in Python
How to assign string in Python?
Looping in String and length check
How to slice strings in Python?
String manipulations in Python
How to format string in python?
Section Summary