A consistent, daily collection of Python practice files, mini-projects and notes β by MahakTech.
I upload a new Python file or notebook almost every day β small exercises, algorithm practice, utility scripts, and tiny projects.
This repo documents my learning path and shows steady progress over time.
Goal: One Python file per day β practice builds skill.
- β Daily Python practice files (scripts & notebooks)
- π Mini projects & experiments
- π§ Notes and short explanations for tricky concepts
- π§© Challenge problems with solutions
| Phase | Focus |
|---|---|
| 1 | Basics β syntax, variables, I/O |
| 2 | Control flow β loops, conditionals, functions |
| 3 | Data structures β lists, tuples, dicts, sets |
| 4 | OOP & modules |
| 5 | Libraries β NumPy, Pandas, plotting |
| 6 | Projects β real-world small apps |
Started: November 2025 β aim: daily uploads
Tip: to enable the snake and streak images you don't need extra setup β they render from public endpoints.
git clone https://github.com/mahaktech-05/<your-repo-name>.git
cd <your-repo-name>
python3 day01_example.py # or open the file you want to run