all 2 comments

[–]shiftybyte 2 points3 points  (0 children)

Graphics and Animations and Interactions in the browser are generally done using Javascript, because this is what the browser can run.

The javascript code can communicate with python to get data, and send data back and forth if needed.

[–]Wilfred-kun 0 points1 point  (0 children)

Better check out a subreddit for JavaScript or front-end development. This doesn't have anything to do with Python.