Module 1

Fundamentals
Learn core programming logic and Python syntax: variables, arithmetic, functions, conditionals, and loops. Understand how code is executed and programs work.
%
Module 2

Data Structures
Master Python's core data structures: strings, lists, dictionaries, tuples, and sets. Learn how to store, organize, and manipulate data effectively for real-world tasks.
%
Module 3

OOP
Understand object-oriented programming in Python: classes, instances, attributes, and methods. Build reusable, organized code that models real-life objects and systems.