Execute python code inside browser without Jython

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

    By accident I was listening to Hanselminutes where he mentioned about Gestalt project. This is a solution to integrate a languages as IronRuby and IronPython in browser via Silverlight.

    So I think the answer is no if you don't have any special plugins.

提交回复
热议问题