Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Go to file
Hood Chatham cacfdde929
Fix terminal Ctrl+C handling (#1790)
2021-08-13 20:13:47 +02:00
.circleci
.github/workflows
benchmark MAINT Add current recursion limit to benchmark-stack printout (#1737) 2021-07-22 22:18:30 -07:00
cpython Update libffi to tip of tree (#1760) 2021-07-30 16:54:27 +02:00
docs Fix terminal Ctrl+C handling (#1790) 2021-08-13 20:13:47 +02:00
emsdk ENH Remove CMake -S and -B options from emsdk/Makefile (#1711) 2021-07-12 17:09:43 +02:00
packages Documentation on using Pyodide with Node.js [skip ci] (#1788) 2021-08-12 11:39:13 +02:00
pyodide-build Bump main to 0.19.0dev0 [skip ci] (#1786) 2021-08-11 12:16:48 +02:00
src Fix terminal Ctrl+C handling (#1790) 2021-08-13 20:13:47 +02:00
tools Update prettier precommit and ci rules (#1747) 2021-07-25 08:02:33 -07:00
.clang-format
.dockerignore
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CODE-OF-CONDUCT.md
Dockerfile
Dockerfile-prebuilt
LICENSE
Makefile
Makefile.envs
README.md
conftest.py
lgtm.yml
pyodide_env.sh
repository-structure.md
requirements.txt
run_docker
setup.cfg

README.md

NPM Latest Release PyPI Latest Release Build Status Documentation Status

Python with the scientific stack, compiled to WebAssembly.

What is Pyodide?

Pyodide may be used in any context where you want to run Python inside a web browser.

Pyodide brings the Python 3.9 runtime to the browser via WebAssembly, along with the Python scientific stack including NumPy, Pandas, Matplotlib, SciPy, and scikit-learn. The packages directory lists over 75 packages which are currently available. In addition it's possible to install pure Python wheels from PyPi.

Pyodide provides transparent conversion of objects between Javascript and Python. When used inside a browser, Python has full access to the Web APIs.

Try Pyodide (no installation needed)

Try Pyodide in a REPL directly in your browser. For further information, see the documentation.

Getting Started

Pyodide offers three different ways to get started depending on your needs and technical resources. These include:

  • Use a hosted distribution of Pyodide: see the Getting Started documentation.
  • Download a version of Pyodide from the releases page and serve it with a web server.
  • Build Pyodide from source
    • Build natively with make: primarily for Linux users who want to experiment or contribute back to the project.
    • Use a Docker image: recommended for Windows and macOS users and for Linux users who prefer a Debian-based Docker image with the dependencies already installed.

History

Pyodide was created in 2018 by Michael Droettboom at Mozilla as part of the Iodide project. Iodide is an experimental web-based notebook environment for literate scientific computing and communication.

Iodide is no longer maintained. If you want to use Pyodide in an interactive client-side notebook, see Pyodide notebook environments.

Contributing

Please view the contributing guide for tips on filing issues, making changes, and submitting pull requests. Pyodide is an independent and community-driven open-source project. The decision making process is outlined in the Project governance.

Communication

License

Pyodide uses the Mozilla Public License Version 2.0.