Introduction to Python
Setting Up Python Environment
Writing Your First Python Program
Python Basics
Learn the fundamentals of Python, including installation, setup, and writing your first program to understand how Python works.
0/2
Variables & Data Types
Understand how to store and manage data using variables and different data types like integers, strings, and booleans.
0/2
Operators
Learn how to perform calculations and comparisons using arithmetic, logical, and relational operators.
0/2
Control Statements
Understand decision-making in Python using if, else, and conditional statements to control program flow.
0/2