I rebooted my #programming journey last year by learning #python. It's so much easier than C++ which I had studied previously. I was super excited to see that there's a #gameengine for Python, #pygame! Time to fire it up and do some more #learning!
@Alianin there are more than just pygame, many options can be used for game dev on python, from pixelart oriented #arcade to #panda3D for 3d ones, and many options like #pyglet or #kivy can be used to build games as well, even if less directly game oriented.
Nothing wrong with pygame, but there are many options.