Welcome to my Python learning repository!
This repo contains all my practice code, notes, and small projects as I explore Python step by step.
Iโm using this space to:
- Practice core Python concepts
- Learn data structures and algorithms
- Experiment with object-oriented programming
- Build small, hands-on projects
- Track my progress over time
- Variables, loops, and functions
- Lists, tuples, sets, and dictionaries
- File handling and exceptions
- Modules and packages
- OOP (classes, inheritance, etc.)
- Problem-solving and mini projects