Welcome to my Python learning journey!
This repository documents my progress as I learn Python from the basics to advanced topics. It includes notes, exercises, coding challenges, and real-world projects.
- Python Basics
- Control Flow
- Functions
- Data Structures
- File Handling
- Exception Handling
- Object-Oriented Programming (OOP)
- Modules & Packages
- Python Standard Library
- Advanced Python
- Algorithms & Problem Solving
docs/ # Notes, resources, and roadmap
exercises/ # Practice code organized by topic
projects/ # Beginner to advanced projects
challenges/ # Coding challenge solutions
tests/ # Test files
assets/ # Images and diagrams
snippets/ # Reusable code snippets