Brython
- 浏览器中运行的 Python 3 的实现
荐
Brython(Browser Python)是在浏览器中运行的Python 3的实现,具有 DOM 元素和事件的接口。 简单示例: <html> <head> ...