1
Introduction to Python
Understand what Python is and how to print your first message.
Start Module
1
Hello World & Print
Your very first Python program — printing text to the screen.
Start Module
2
Variables & Data Types
Learn how to store data using variables.
Start Module
2
Variables & Data Types
Understand integers, strings, floats, and booleans in Python.
Start Module
3
If-Else Statements
Make decisions in your code using conditions.
Start Module
3
If / Else Conditions
Make decisions in your code using if, elif, and else statements.
Start Module
4
Loops (For & While)
Repeat actions efficiently with loops.
Start Module
4
Loops — For & While
Repeat actions using for and while loops with practical examples.
Start Module
5
Lists & Tuples
Store and manipulate collections of data using lists and tuples.
Start Module
6
Functions & Modules
Write reusable code with functions and organize your programs.
Start Module