53 - Python introduction and installation
54 - Python executing code
55 - Python indentation
56 - Python comments
57 - Python variables part 1
58 - Python variables part 2
59 - Python strings introduction
60 - Python string slicing
61 - Python string formatting
62 - Python lists introduction
63 - Python lists changing and adding items
64 - Python lists removing list items
65 - Python list comprehension part 1
66 - Python list comprehension part 2
67 - Python tuples introduction
68 - Python tuples accessing changing adding and removing items
69 - Python sets introduction
70 - Python sets adding and removing items
71 - Python sets math operations on sets
72 - Python dictionaries introduction
73 - Python dictionaries accessing adding and removing items
74 - Python operators
75 - Python If Elif and Else statements
76 - Python ternary operators
77 - Python while Loop
78 - Python for loop
79 - Python functions introduction
80 - Python functions standard positional and keyword arguments part 1
81 - Python functions standard positional and keyword arguments part 2
82 - Python scope
83 - Python classes introduction
84 - Python classes inheritance