-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started and page structure
Sarmad Rafique edited this page Jan 30, 2025
·
1 revision
- Install Python (Latest Version) from python.org
- Install dependencies using:
pip install -r requirements.txt
# Core Python Topics
## 1. Basics
- Introduction to Python
- Variables & Data Types
- Operators
## 2. Control Flow
- Conditional Statements (`if-elif-else`)
- Loops (`for`, `while`)
## 3. Functions
- Defining Functions
- Arguments and Return Values
## 4. Exception Handling
- Try-Except Blocks
- Custom Exceptions