Skip to content

Latest commit

Β 

History

History
79 lines (59 loc) Β· 2.45 KB

File metadata and controls

79 lines (59 loc) Β· 2.45 KB

Python Tech Banner

🐍 Daily Python Journey β€” Code β€’ Learn β€’ Create πŸš€

A consistent, daily collection of Python practice files, mini-projects and notes β€” by MahakTech.

divider

🌟 About

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.


⚑ What You’ll Find

  • βœ… Daily Python practice files (scripts & notebooks)
  • πŸš€ Mini projects & experiments
  • 🧠 Notes and short explanations for tricky concepts
  • 🧩 Challenge problems with solutions

🧭 Roadmap (high level)

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

πŸ›  Tech Stack

tech icons


πŸ“ˆ Daily Tracker

Started: November 2025 β€” aim: daily uploads

streak


🐍 Contribution Snake (animated SVG)

contribution snake

Tip: to enable the snake and streak images you don't need extra setup β€” they render from public endpoints.


πŸš€ Quick Start

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