.. _run_python_in_browser: ============================== 在浏览器中运行Python ============================== `莫烦Python > Python基础 > 交互式学Python > 课程介绍 `_ 提到了采用 `Pyodide `_ 来实现在浏览器中学习Python。这是一个有趣的话题,你可以参考 `Running Python in the Browser `_ 采用不同的解决方案实现: - `Transcrypt `_ - `Brython `_ - `Skulpt `_ - `PyPy.jsis `_ - `Batavia `_ - `Pyodide `_ Mozilla开发的类似 :ref:`jupyter` 的浏览器工具,结合了 WebAssembly CPython 项目以及NumPy,SciPy,Matplotlib和Pandas到WebAssembly 参考 ====== - `Running Python in the Browser `_