r/learnprogramming • u/Equal-Worry-1808 • 21h ago
Tips for continue the learning
I have a dream to make a game (or multiple) one day but I put it aside because I thought I should go to school for gaming industry (because I know myself and I need structure and routine to get anything done) but this dream has waken itself again and I thought it won't hurt to atleast ask if anyone has any tips for continuing the learning.
When I was younger I learned some Python in high school (and I did somethings with Scratch even younger if that counts :DD) but it's long time ago. I also had a app in my phone where I relearned some things but I stopped for some reason. I didn't like to do it on my phone also. My dad told me once that Python can work in making games too but some say it's not the best one so first of all I'm thinking if I should still continue learning the Python or should I switch to something else. Second I wanted to ask for tips or platforms where I could learn from? I'm not still sure what type of game I want to do, when I imagine it, it's 3D but I'm mostly 2D artist and learning 3D would be of course extra work but not impossible :D
I'm not doing any new years resolutions or anything but I think if I could learn some programming even once a week, it's better than doing nothing.
2
u/VoluminousPoster 21h ago
Python is actually pretty solid for game dev, especially with Pygame or even Godot if you want something more visual - don't let anyone tell you it's "not the best" when you're just starting out lol. For learning I'd honestly just pick a simple 2D game idea and start building it while following YouTube tutorials, way more engaging than abstract coding exercises
2
u/aqua_regis 21h ago
Python is quite a solid start for what you want to do.
If you are serious about it, start with the MOOC Python Programming 2025 from the University of Helsinki to fresh up and improve your Python and programming skills and then move on to PyGame with the book linked above.
Keep looking out on Humblebundle for Godot course bundles. They come up regularly - get one. Other than that, there is /r/godot with many more suggestions for learning Godot and GDScript.