Execute python code inside browser without Jython

后端 未结 10 1614
北荒
北荒 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:34

    The Pyjamas project has a compiler called pyjs which turns Python code into Javascript.

提交回复
热议问题