Python Academy

Build real-world AI systems, not just learn syntax.

Each session includes:

            • Practical coding (Google Colab)
            • Full lecture video
            • Clean structured notes

PYTHON

Session 01 – Variables, Data Types

Introduction to Python basics: how to store data using variables and work with different data types such as integers, floats, strings, and booleans.

Open Colab→

Watch Lecture→

Notes→

PYTHON

Session 02 – If Conditions, Elif, Else

Learn how to control the flow of your program by making decisions using conditional statements: if, elif, and else.

Open Colab→

Watch Lecture→

Notes→

PYTHON

Session 03 – List , For Loop, While Loop 

Discover how to store multiple values in lists and automate repetitive tasks using for loops and while loops.

Open Colab→

Watch Lecture→

Notes→

PYTHON

Session 04 –  Functions

Learn how to write clean, reusable code by defining and calling functions with parameters and return values.

Open Colab→

Watch Lecture→

Notes→

PYTHON

Session 05 – Final Project

Put everything together! Build a complete mini-program that applies variables, conditions, loops, and functions in a real-world scenario.

Open Colab→

Watch Lecture→

Notes→