1 . Introduction
2 . Control Flow
Python Booleans
if...else Statement
while Loop
Python for Loop
break and continue
Control Flow Examples
Revise: Control Flow
3 . Functions
Python Functions
Local Variables
Think Functions
Project: Compute Students Grade
Revise Function
4 . Data Types
Lists
Tuples
Strings
Dictionaries
Python Sets
Conversion
range() Function
Revise: Data Types
5 . Completing Basics
Using Modules
Nested Loops
Miscellaneous
6 . Projects