Execute python code inside browser without Jython

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

    On my travels, I came across Skulpt, a project which seems to offer Python directly in the browser without plugins. It's licensed under MIT.

    Skulpt Homepage

    Skulpt @ Github

提交回复
热议问题