1. Introduction
2. 02-what is programming
3. 03-note 4 noobs
4. 04-quiz
5. 05-online ide
6. 06-(i) basic concepts
7. 07-hello world
8. 08-comments
9. 09-what are data types
10. 10-data types
11. 11-type casting
12. 12-variables
13. 13-string operations
14. 14-pycharm
15. 15-quotes and newlines
16. 16-f string
17. 17-string index and slice
18. 18-arithmetic
19. 19-quotient reminder and expo
20. 20-operator precedence
21. 21-input
22. 22-(ii) data structures
23. 23-tuple and list
24. 24-set
25. 25-dictionary
26. 26-immutable vs mutable
27. 27-recap
28. 28-operations on dict
29. 29-operations on list
30. 30-list index and slice
31. 31-(iii) control flow
32. 32-booleans and comparison
33. 33-logical operators
34. 34-inplace operators
35. 35-if else
36. 36-elif
37. 37-multiple conditions
38. 38-for loops
39. 39-range()
40. 40-loop over dict
41. 41-iterables
42. 42-while loops
43. 43-continue break
44. 44-while vs if
45. 45-(iv) functions and modules
46. 46-functions
47. 47-more on functions
48. 48-default arguments
49. 49-return
50. 50-docstring
51. 51-pass
52. 52-functions recap
53. 53-global and local variables
54. 54-len() min() max() round() abs()
55. 55-zip() map() filter()
56. 56-methods
57. 57-modules
58. 58-importing module
59. 59-create and import
60. 60-random
61. 61-time and datetime
62. 62-python standard library
63. 63-(v) file and exception handling
64. 64-reading a file
65. 65-write and append
66. 66-with
67. 67-type of errors
68. 68-try and except
69. 69-exception handling
70. 70-finally
71. 71-errors in python
72. 72-raising exception
73. 73-(vi) additional concepts
74. 74-list comprehensions
75. 75-lambda function
76. 76-zen of python and pep 8
77. 77-project
78. 78-whats next