โ Task 1: Introduction to Python & Setup
Understand what Python is and how to set up the environment.
๐น To Do:
- ๐ฅ Watch Session 1: https://drive.google.com/file/d/1utp44gPXMMsEb-1LfxF_-VAMsVHbdsNL/view?usp=sharing
- ๐ Prepare notes on:
- What is Python?
- Features of Python
- Applications of Python
- ๐ 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:
- ๐ฅ Watch Session 2: https://drive.google.com/file/d/1_DUxhd2T4jol1TbtoX967drDLSgQYzj6/view?usp=sharing
- ๐ Notes on:
- Variables
- int, float, string, boolean
- type() function
- ๐ 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:
- ๐ฅ Watch Session 3: https://drive.google.com/file/d/1BO6BhMIyL19gclUYyBfhwPhFFlZ6NFaV/view?usp=sharing
- ๐ Notes on:
- Arithmetic operators
- Comparison operators
- Logical operators
- ๐ 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)
