Execute python code inside browser without Jython

后端 未结 10 1647
北荒
北荒 2020-12-29 07:47

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

10条回答
  •  醉酒成梦
    2020-12-29 08:27

    http://repl.it/ - Python interpreter in JavaScript running on client side. There are many other languages too. Source is available under MIT license, which is awesome.

提交回复
热议问题