Python alternative to Java applet?

hershey92 picture hershey92 · Jan 9, 2012 · Viewed 10.5k times · Source

Is there an alternative to making educational Java applets for physics simulations like projectile motion, gravity, etc?

Answer

Eli Bendersky picture Eli Bendersky · Jan 9, 2012

If you want it to run in a browser, you could use PyJamas - which is a Python-to-Javascript compiler and set of tools.

I'm not sure how well it is maintained these days, though.