Learn Python from Scratch
Start LearningPython is one of the most popular general-purpose and high-level programming languages in modern times. Python can be used to build system applications, web applications, games, machine learning algorithms and wide range of computing application.
Python has been one of the key demanding skills in the recent times and it's really impressive to have Python as a skill in your resume.
In this course, we are going to cover Python from scratch. Right from installation to all the key aspects of Python programming language.
After taking this course, you should be able to write programs in Python with all the necessary basics of Python programming language.
Lesson List
- Introduction
- What is Python?
- Installing Python
- Hello World
- Application for Python
- Data types
- Data types in Python
- Numbers
- Booleans
- Strings
- Operators
- Arithmetic Operators
- Comparison Operators
- Assignment Operators
- Logical Operators
- Bitwise Operators
- Conditional Statements
- What are Conditional Statements?
- The if Statement
- The if-else Statement
- The if-elif-else Statement
- Functions
- Functions in Python
- Lambdas
- Functions as Arguments
- Recursion
- Loops
- What are Loops?
- The for loop
- The while Loop
- Data Structure
- What are Data Structures?
- Lists
- Tuples
- Dictionaries
- Sets
- Libraries
- Python Standard Libraries
- Third party libraries
- Frameworks
- Python Web Frameworks
- Summary
- Introduction