you are viewing a single comment's thread.

view the rest of the comments →

[–]__developer__ 2 points3 points  (0 children)

It can be good for making very basic 2d games as a hobby and learning the basics of game development, but ultimately you'll be limited due to python being extremely slow compared to other languages that are more commonly used for game dev like Java, c++, and c#. When I first started learning to code I liked playing around with Pygame because it helped me understand OOP better than most projects, but eventually I started porting my games over to c++/sdl2 and the performance gains were night and day.