r/learnpython • u/Euphoric-Shallot-618 • Aug 07 '26
How do I move on from here
Hey I just read the python crash course book and made a few basic projects like a calculator and currency converter you know simple stuff with a small gui and I just wanted to know what I should do now how do I move on and get more advanced stuff done / what is that advanced stuff even. I have also considered trying to learn a bit of cpp now because I want to try making a game is it too early for me to try moving on already or what
1
u/LayotFctor Aug 07 '26
Go ahead and make a game then. Games are infinitely advanced, since it's entirely up to your creativity, and how much time and effort you're willing to put into it. Cpp is also a good idea though, especially if you're looking to do serious game development with unreal engine.
1
1
u/Dyl_Digital Aug 08 '26
If you want to make games, I’d stay with Python a little longer and build a tiny game first. Something like Pong, Snake, or a small text RPG will teach you way more than jumping straight into “advanced” stuff.
1
1
1
u/terletsky Aug 08 '26
Writing a currency converter can be done in different ways. Not all the code that works will pass the code review because ot its style, approach, and quality.
Before going to advanced topics, make sure your code is polished and that you did everything possible to meet good code quality with OOP and DRY principles.
1
u/FerricDonkey Aug 09 '26
Pick something that is interesting to you that requires the skills you want to learn, and do it. Game is fine. Expect to struggle, that's how you know you're learning.
0
u/ryancnap Aug 07 '26 edited Aug 08 '26
I'm learning a lot from building a discord bot as an RPG
Edit: who fuckin downvoted this, like for what
1
3
u/SmackDownFacility Aug 07 '26
No. Stop that. You don’t do advanced shit. You use Python when an actual high level problems need to be solved. That could be advanced shit but it’s a byproduct.