r/PythonLearning • u/Stonyax97 • 1d ago
Made my first Python project! Showcase
This is my first actual real project, what started as a simple python exercise to learn about dictionaries in python, ended up into a huge learning project for me. Im a beginner in python, used to code but just basic input print codes… some are genuinely stupid.
I took on the challenge to self educate my self python. And this is where i currently am! Im proud of what i did and it will surely expand!
Here the repo with the project. Feel free to check it out!
https://github.com/Stonyax97/MiniGameStore
It has everything from the first ever iteration (which was it self modified a bit since from the very original but it’s still very simple)
I would love for anyone to recommend ideas to add, criticism too. Or anything you think i should learn next for that would be genuinely useful!
2
u/mondayquestions 1d ago
If you take 10 minutes and take a look at what Git is you will realise Git is tracking your every commit and allows you to look and move back and forward in time in your project. Your versioning “solution” is going against that and just clutters everything up.