1. Getting Started
1.1 Setting up and 1st program
2. Python Basics
2.1. Syntax, Variables and Operators
2.2. Input and Outputs in Python
3. Data Types
3.1. Numbers
3.2. Strings
3.3. Lists
3.4. Tuples
3.5. Dictionaries
4. Advance Concepts
4.1. Conditions in Python
4.2. For loop and Nested loops
4.3. While loop in python
4.4. Functions
4.5. Classes