Is there a way to execute python code in a browser, other than using Jython and an applet?
The execution does not have to deal with anything related to graphics. For
The Pyjamas project has a compiler called pyjs which turns Python code into Javascript.