What language should I learn to produce graphics, linked to Python as the engine ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What language should I learn to produce graphics, linked to Python as the engine ?

I'm learning Python and it's really great, but as far as I could understand threw some googling, it's really not dedicated to produce easy and nice visuals. My goal is to create 2D designs, with animated small "animals", having movements, sounds and behaviours depending on code.

10th Sep 2017, 4:26 AM
Cépagrave
Cépagrave - avatar
3 Answers
+ 9
Sounds like you really should check out Python's pygame module for that :) About nice and easy visuals - kivy, pyglet, panda3D - if GUI-like and/or application-related gfx or matplotlib, seaborn - for a more mathematical approach.
10th Sep 2017, 5:48 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
Using python itself u can make 2D graphics. Use turtle, cursor, matplotlib's animation module, pygame.
10th Sep 2017, 4:28 AM
Loves Python
Loves Python - avatar
+ 2
I have been learning pygame for a while now its real fun. check out making games with python and pygame and also beginning game development with python and pygame.
10th Sep 2017, 7:49 AM
Michael
Michael - avatar