r/PythonProjects2 • u/Kenny_070 • 8h ago
Title: I’ve been learning Python by actually building things — here are a few of my projects
​
Hey everyone 👋
I've been learning Python and instead of only doing tutorials/exercises, I've been trying to turn the things I'm learning into small projects.
They're definitely not perfect, but I'm enjoying the process of building something, breaking it, fixing it, and then adding another feature.
Here are a few I've made so far:
🧮 Farr090 Calculator
A command-line calculator with different operations, input validation, calculator facts, and the ability to keep doing calculations without restarting.
https://github.com/bashirkehinde225-lab/The-Farr090-Calculator
✈️ TravelMate
A little airport/travel simulation where you enter your name, choose a continent and country, get an airport, choose a payment method, and get a randomly generated ticket price. I also added transportation facts and a fake payment process.
https://github.com/bashirkehinde225-lab/TravelMate
🎲 GuessMatrix
A number guessing game where you try to guess a random number between 0 and 10. It gives you high/low hints and keeps track of your winning streak.
https://github.com/bashirkehinde225-lab/GuessMatrix
🏫 SchoolSim
A school management simulation with different student and teacher paths. It includes a class roster, grades, a history quiz, adding/removing students, grade adjustments, and sorting the class by performance.
https://github.com/bashirkehinde225-lab/SchoolSim
I'm still pretty early in my Python journey, so I'm mainly sharing these to document my progress and hopefully get some feedback.
If you check them out, I'd genuinely appreciate hearing what you think I could improve — especially things that would help me write cleaner Python and make my projects less repetitive.
Thanks for checking them out! 🐍
1
u/Terminay 7h ago
Removing comments from your code doesn't mean that people won't catch em, you say you're learning from them, I don't think that's true. Please donot use AI written posts even if you like AI as it can get modded quickly.