0
How do animations work?
Can you not make animations in python? Seems like you have to learn another language to see all those cool animations i see on the solo community
4 Answers
+ 3
Gordon You're misleadingâŠ
Python like other programming languages has its own GUI libraries. But there is a catch, no one is supported here on Code playground. đ
Brython is JavaScript library which enables to use python as script with JavaScript functions and uses web for graphics.
In Sololearn, you have 2 ways to animate with Python.
1. Turtle (which is basic library)
https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
2. Brython
https://code.sololearn.com/Ws4T4PEYCJ3k/?ref=app
Obviously Brython is the best way on SL.
+ 1
it's called Brython
+ 1
Emoji FanBoy good explanation đ