3 Respostas
+ 13
Turtle is a built-in module where you create a canvas-like graphic with a turtle-like "cursor". It is really basic.
Pygame is a game-oriented module, taking care of both graphics and player control.
Panda3D or pyglet let you deal with scene-like, vertices-built 3D object graphic. You can move around objects created in external software like Blender.
+ 1
If you want to get into graphics, I would recommend to get into OpenGL some time. In combination with pygame you can make interesting 3d objects. The turtle library is more a thing for kids to make it interesting. It's also really easy to use, but not very professional.
+ 1
Thanks guys, already started with Panda3D and, Nathan De Bruin , I found OpenGL and am very satisfied with it, so thanks for your opinion too!