โœ… Task 1: Introduction to Python & Setup

Understand what Python is and how to set up the environment.

๐Ÿ”น To Do:

  1. ๐ŸŽฅ Watch Session 1: https://drive.google.com/file/d/1utp44gPXMMsEb-1LfxF_-VAMsVHbdsNL/view?usp=sharing

  1. ๐Ÿ“ Prepare notes on:
    • What is Python?
    • Features of Python
    • Applications of Python
  2. ๐Ÿ” Revise installation steps

๐Ÿ“Œ Mini Practice:

  • Install Python
  • Write your first program:

Code : print(“Hello, Python”)

Save files . team will take from you later .


โœ… Task 2: Session 2

๐ŸŽฏ Objective:
Learn how to store data in Python.

๐Ÿ”น To Do:

  1. ๐ŸŽฅ Watch Session 2: https://drive.google.com/file/d/1_DUxhd2T4jol1TbtoX967drDLSgQYzj6/view?usp=sharing

  1. ๐Ÿ“ Notes on:
    • Variables
    • int, float, string, boolean
    • type() function
  2. ๐Ÿ” Revise examples

๐Ÿ“Œ Mini Practice:

  • Create variables for:
    • Name
    • Age
    • Percentage
  • Print all using print()


โœ… Task 3: Session 3

โœ… Task 3: Operators in Python

๐ŸŽฏ Objective:

Understand arithmetic and logical operations.

๐Ÿ”น To Do:

  1. ๐ŸŽฅ Watch Session 3: https://drive.google.com/file/d/1BO6BhMIyL19gclUYyBfhwPhFFlZ6NFaV/view?usp=sharing
  2. ๐Ÿ“ Notes on:
    • Arithmetic operators
    • Comparison operators
    • Logical operators
  3. ๐Ÿ” Revise examples

๐Ÿ“Œ Mini Practice:

  • Write a program to calculate:
    • Addition
    • Multiplication
    • Check if number is greater than 50


๐Ÿ”’ Content Locked

This module will unlock in:

Unlock Date: Feb 25, 2026 โ€“ 11:00 AM (IST)