
Python is a widely popular language when it comes to building AI. This is a foundation session that covers all the basics of python you need to boost up your skills in ML and beyond. It will be a full 1:1 hands-on session.
Topics – Python Setup, Hello World, Comments
Mini Project – Python Echo Bot – Ask the user’s name and greet them with styled text.
Topics – Variables & Data Types
Mini Project – Age Calculator – Ask the birth year and calculate/display age.
Topics – Operators & input()
Mini Project – Basic Calculator – Perform addition, subtraction, etc. using user input.
Topics – Control Flow (if/else, elif)
Mini Project – Odd or Even Checker – Determine if a number is odd or even.
Topics – Loops (for, while)
Mini Project – Number Guessing Game – Random number guessing with feedback loop.
Topics – Lists & Tuples
Mini Project – Grocery List Manager – Add, remove, and view grocery items from a list
Topics – Dictionaries & Sets
Mini Project – Student Grade Tracker – Store student names and grades, and find topper
Topics – Functions
Mini Project – BMI Calculator – Create a function to calculate and categorize BMI
Topics – Strings & File Handling
Mini Project – Note Saver – Let user input notes and save them to a .txt file
Topics – Error Handling & Modules
Mini Project – Dice Roller Simulator – Use random and try/except to simulate rolling a die
Topics – OOP Basics (Classes & Objects)
Mini Project – Bank Account System – Create a class for a bank account with deposit/withdraw features
Topics – Final Project + Course Recap
Mini Project – Command-Line To-Do App – Build a task manager app with file-based saving