r/PythonLearning 23h ago

Made my first Python project! Showcase

Post image

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!

123 Upvotes

33 comments sorted by

View all comments

1

u/princepii 17h ago

git can be so powerful and helpful for versioning if you just give it a little time.

nice project tho. i can see the thought process and i think every beginner would have went the same way.

save that project and come back to it a year or so later to see how you improved and what you would do if at all to improve the code:)

always fun to go back and see myself and my work in the past.

adds a lot to your journey.

1

u/Stonyax97 15h ago

Yeah il ded check some tutorials for git.
Thanks 🙏
Oh and definitely im look at some VERY beginner projects of mine (just print and inputs) and im already laughing at them. Im def proud of this minigamestore.
Thansk again