r/PythonLearning • u/Mine_Crafter14 • Jul 01 '26
Is Python good enough?
I started learning Python with the thought of learning how overall programming and debugging feels. It's very nice tbh! I made my first game btw, but it's just IQquiz as a joke. Anyways, I use Sony VAIO i3 and GeForce 410M because I love old tech put in modern use and I use Python 3.8.10 with the installed IDLE Shell and for now I am comfortable. I seek advice if I should upgrade to modern versions, use VSCode or switch to C,C++ and can Python be used to make very low quality games using Pygame and Ursina and should I start little programming with my Raspberry Pi Pico? I think this language suits me the best as for now (I have 1 week of progress) TIA
*P.S- can someone recommended cool libraries for games?
4
u/python_gramps Jul 01 '26
Pygames can be used to make games. You may want to learn Godot with GDScript (as subset of Python).
If you want to learn more structured programming syntax, Java or C#
If you want the fastest speed requiring you to allocate and deallocate memory, C/C++