This repository contains simple Python projects I'm building as I learn and practice programming.
Each project has:
- ✅ Python code
- 📝 A
.mdfile with notes or explanations in my own words
A small number guessing game using random number generation.
📄 Code | 📝 Explanation
A basic game where the player competes against the computer.
📄 Code | 📝 Explanation
Another simple game inspired by Rock Paper Scissors.
📄 Code | 📝 Explanation
I'm using this space to track my progress and organize what I’m learning.
If anyone finds it helpful, that’s great — but mostly, this is for me to stay consistent and keep improving.
- Browse any
.pyfile to see the code. - Open the corresponding
.mdfile to understand the logic. - You can run the scripts directly in any Python environment (e.g., VS Code, Replit, terminal).
I'll keep adding projects — games, tools, or anything else I try while learning Python.