Skip to content

Getting Started and page structure

Sarmad Rafique edited this page Jan 30, 2025 · 1 revision

Getting Started

Prerequisites

  • Install Python (Latest Version) from python.org
  • Install dependencies using:
    pip install -r requirements.txt

Core Python Topics

# 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


Clone this wiki locally