I have basic experience in Python, and I want to know which is the best library to use in development. I was looking originally at Pygame but found it a bit lacking in tutorials. Are there any good ones for Pygame? And if not, is there any nice alternative to the Pygame library, or Python itself?
|
I always found Pyglet to be a very nice alternative to PyGame. To me it felt more Pythonic and came with an good programming guide (next to the API documentation, of course) that almost always helped me get along. |
||||
|
There's also the original Cocos 2D, as well as Panda 3D. Haven't done a lot of game programming in Python. I just know that if you want to try anything more than the absolute basics with audio in Python that you should avoid pygame like the plague, or at least find an alternate sound module. |
||||
|