01. Are Computers really smart
02. Print Hello World
03. Comments in python
04. Keywords in python
05. Variables
06. Variable (Coding Part)
07. Data Type I
08. Strings
09. Using len() with string
10. Accessing String
11. Arithmetic operator
12. Relational Operator
13. Conditional Operator
14. Interesting Situation
15. Indentation
16. Functions
17. Data Type II - Tuple and List
18. Small detail about list
19. Data Type II - Set
20. Data Type II - Dictionary
21. Intro to input
22. Interesting errors with input
23. Intro to Loops
24. While Loop
25. Experiment with while loop
26. Pattern with while loop
27. Fun Project
28. For Loop
29. For loop and range()
30. Nested loops
31. Controlling Loops