_______ __ __ ______ __ __
| \ | \| \ / \ | \| \
| $$$$$$$\ ______ \$$| $$ __ __ | $$$$$$\ ______ ____| $$ \$$ _______ ______
| $$ | $$ | \ | \| $$| \ | \ | $$ \$$ / \ / $$| \| \ / \
| $$ | $$ \$$$$$$\| $$| $$| $$ | $$ | $$ | $$$$$$\| $$$$$$$| $$| $$$$$$$\| $$$$$$\
| $$ | $$ / $$| $$| $$| $$ | $$ | $$ __ | $$ | $$| $$ | $$| $$| $$ | $$| $$ | $$
| $$__/ $$| $$$$$$$| $$| $$| $$__/ $$ | $$__/ \| $$__/ $$| $$__| $$| $$| $$ | $$| $$__| $$
| $$ $$ \$$ $$| $$| $$ \$$ $$ \$$ $$ \$$ $$ \$$ $$| $$| $$ | $$ \$$ $$
\$$$$$$$ \$$$$$$$ \$$ \$$ _\$$$$$$$ \$$$$$$ \$$$$$$ \$$$$$$$ \$$ \$$ \$$ _\$$$$$$$
| \__| $$ | \__| $$
\$$ $$ \$$ $$
\$$$$$$ \$$$$$$
Daily Python practice — one small program a day, working from fundamentals up toward building my own Small Language Model (SLM).
A hands-on Python learning project built around one rule:
Build one Python program every day.
The repository includes an interactive web interface for exploring the projects.
Live Site: Python Lab
Projects with interactive implementations can be tested directly through the website, allowing visitors to explore the programs without cloning the repository.
PYTHON DAILY
│
┌──────────┴──────────┐
│ │
Python Projects Interactive Lab
│ │
┌──────┼──────┐ ▼
│ │ │ HTML / CSS / JS
Tools Games Algorithms
│ │ │
└──────┴──────┘
Some projects include browser-based interfaces.
Other projects may include games, visualizations, data tools, or other interactive demonstrations.
The Python implementation remains the source project, while the website provides an accessible way to explore it.
- Python
- HTML
- CSS
- JavaScript
- GitHub
- Render
[✓] Calculator
[✓] To-Do List
[✓] Terminal Snake Game (two-days. i'm sorry) (actually took three)
[✓] Student-Management System
[✓] Number Guessing Game
[✓] Word Guessing Game
[✓] Rock-Paper-Scissors
(updated daily)
- Code every day. Even a small, ugly program counts.
- No skipping days without a note explaining why (life happens).
- Prefer understanding over copy-pasting — write it, break it, fix it.
- Refactor old days occasionally as skills improve.
- no AI.