0
Tkinter vs django vs turtle
right now, im learning turtle.but, which the best? i wanted to create animation
2 Answers
+ 8
Graphics? I mean... GRAPHICS??
Try some 3D fun with pyglet, which supports openGL library methods. You can do amazing stuff in no time.
Lab3D - done in pyglet:
https://www.instagram.com/p/BQ-8ubDDTNi/
https://www.instagram.com/p/BQszVwBhoYT/
+ 5
Django is a web server framework, and have nothing to do with Tkinter and Turtle.
Tkinter is the built-in GUI module of Python standard library.
Turtle use Tkinter internally (dependency) to display turtle (kind of Logo language fork) graphics...