+ 2

Can anybody tell me how to make animation in python?

26th May 2018, 3:22 PM
Vikram Singh Rawat
Vikram Singh Rawat - avatar
5 Answers
+ 7
You can use any OpenGL-supporting library, like pyglet or panda3D to make your animations in 2D or 3D.
26th May 2018, 5:27 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
Vikram Singh Rawat Unfortunately, Sololearn does not support graphic interface for Python.
27th May 2018, 2:02 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 1
You can use the turtle library...
26th May 2018, 10:34 PM
Rataplan
Rataplan - avatar
+ 1
Kuba SiekierzyƄski but how to use in sololearn
27th May 2018, 2:00 PM
Vikram Singh Rawat
Vikram Singh Rawat - avatar
+ 1
Start a web project and add this to the web page: <iframe src="https://trinket.io/embed/JUMP_LINK__&&__python__&&__JUMP_LINK/436c84d301" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe> you'll have an embedded playground that supports turtle. However, please do check with Sololearn whether it's allowed or not.
27th May 2018, 10:46 PM
Rataplan
Rataplan - avatar