Learning path
Course curriculum
Complete topics in order. Pay more fees to unlock more lessons.
Install Python and write your first programs.
Install Python and use the interactive shell.
Numbers, strings, booleans, and type conversion.
print, input, and basic formatting.
Make decisions and repeat actions.
if, elif, else, and comparison operators.
for, while, range, break, and continue.
Define functions, arguments, and return values.
Work with collections of data.
Indexing, slicing, and common methods.
Key-value maps and unique collections.
Read/write files and import modules.