Execute python code inside browser without Jython

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

    No, you can't.

    Modern browsers only run javascript or plugins. You can develop your own python plugin and convince people to download and run it, but I guess that falls to the "not inside the browser" category.

提交回复
热议问题