1 - Variables in Python
2 - Conditionals If statement
3 - Example for If statement
4 - If else statement
5 - Example of If else statement
6 - Nested If statement
7 - Example for Nested If statement
8 - Elif statement
9 - Example for Elif statement
10 - While loop
11 - Example of while loop
12 - For Loop
13 - Example of For Loop
14 - Break Continue Statement
15 - Introduction to containers
16 - Creating and accessing lists in Python
17 - List indexing and slicing
18 - Working with List methods
19 - Working with operators on lists
20 - List Comprehension
21 - Tuple definition
22 - Tuples
23 - Tuple Indexing Slicing
24 - Manipulating Tuples
25 - Unpacking Tuples
26 - Sets
27 - Dictionaries
28 - Basics of dictionary
29 - Accessing dictionary
30 - len str type functions in dictionary
31 - Functions in python
32 - Example program1 on Functions
33 - Example program2 on functions