A personal learning lab documenting my Python journey โ from fundamentals to real-world frameworks and mini projects.
Iโve completed the core Python concepts (up to OOP) and Iโm currently exploring:
- ๐งฎ NumPy โ numerical computation
- ๐งพ Pandas โ data analysis & wrangling
- ๐๏ธ OpenCV โ computer vision basics
- ๐ Flask (upcoming) โ backend & APIs
| Stage | Focus Area | Progress |
|---|---|---|
| 1๏ธโฃ Basics | Syntax, loops, conditionals | โ Completed |
| 2๏ธโฃ Functions | Defining, recursion, arguments | โ Completed |
| 3๏ธโฃ OOP | Classes, inheritance, encapsulation | โ Completed |
| 4๏ธโฃ Libraries | NumPy, Pandas, OpenCV | ๐ Learning |
| 5๏ธโฃ Projects | Real-world implementations | ๐งฉ In Progress |