Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Go to file
Ikko Eltociear Ashimine 1b72fd9933
docs: update CODE-OF-CONDUCT.md (#5409)
2025-02-04 18:06:28 +09:00
.circleci CI Enable prebuilt packages (#5346) 2025-01-20 19:16:09 +09:00
.devcontainer Upgrade to Python 3.12.7 (#5149) 2024-11-17 13:54:58 +01:00
.github TST Update import test to use lockfile (#5361) 2025-01-27 15:12:41 +09:00
benchmark Ruff rules for comprehensions and performance (#5230) 2024-12-19 15:59:16 +01:00
cpython Use wasm-gc based call adaptor if available (#5310) 2025-01-13 14:14:06 +01:00
docs Add rateslib 1.7 update to changelog (#5402) 2025-02-01 20:18:52 +01:00
emsdk Emscripten 3.1.74 (#5403) 2025-02-02 17:28:11 +01:00
packages Remove gdal llvm bug workaround (#5407) 2025-02-03 20:33:49 +01:00
pyodide-build@742dde8930 Update pyodide-build to tip of tree (#5396) 2025-02-01 08:52:34 +01:00
src Use _Py_Version to compute Python version for library setup (#5406) 2025-02-03 20:35:47 +01:00
tools Update pyodide-build to tip of tree (#5396) 2025-02-01 08:52:34 +01:00
.clang-format chore: update pre-commit hooks (#2209) 2022-02-23 23:58:11 -05:00
.codecov.yml Add codecov configuration (#3067) 2022-09-05 14:30:27 +09:00
.dockerignore Docker image with prebuilt pyodide (#787) 2020-11-08 21:05:38 +01:00
.editorconfig Fix #71: Upgrade to Python 3.7 2018-09-06 10:56:33 -04:00
.gitignore Add update_emscripten tool (#5354) 2025-01-20 11:53:04 +01:00
.gitmodules Use pyodide-build submodule (#5152) 2024-11-07 21:04:14 +09:00
.gitpod.yml Upgrade to Python v3.11.3 (#3741) 2023-04-12 17:38:05 +02:00
.pre-commit-config.yaml pre-commit: Upgrade to ruff v0.9.1 and the 2025 stable format (#5339) 2025-01-16 10:23:55 +01:00
.prettierignore Emscripten 3.1.62 (#5334) 2025-01-21 12:34:56 +01:00
.readthedocs.yml Fix all documentation warnings (#5286) 2024-12-31 12:57:00 +01:00
CODE-OF-CONDUCT.md docs: update CODE-OF-CONDUCT.md (#5409) 2025-02-04 18:06:28 +09:00
Dockerfile Beta rustup (#5348) 2025-01-16 16:17:05 +01:00
LICENSE Initial commit 2018-02-23 14:21:29 -05:00
Makefile Use _Py_Version to compute Python version for library setup (#5406) 2025-02-03 20:35:47 +01:00
Makefile.envs Use _Py_Version to compute Python version for library setup (#5406) 2025-02-03 20:35:47 +01:00
README.md Update Discord link [skip ci] 2024-08-20 15:29:15 +05:30
codecov.yml Disable codecov annotations in pull requests (#3197) 2022-10-24 09:21:11 +09:00
conftest.py TST Update import test to use lockfile (#5361) 2025-01-27 15:12:41 +09:00
environment.yml Pin Node.js version in conda env and fix mypy tests (#4955) 2024-07-21 18:15:39 +09:00
pyodide-cross-build-environments.json Update cross-build metadata file for version 0.27.2 (#5373) 2025-01-24 16:30:54 +09:00
pyodide_env.sh Replace references to /bin/bash with /usr/bin/env bash (#4478) 2024-02-04 09:54:17 -08:00
pyproject.toml Bump rust version to nightly-2025-01-15 (#5335) 2025-01-15 14:00:47 +01:00
repository-structure.md chore: more pre-commit checking (#2257) 2022-03-07 21:51:20 -08:00
requirements-deploy.txt Remove deploy dependencies from pyodide-build's pyproject.toml (#4752) 2024-05-25 10:32:38 +09:00
requirements.txt requirements.txt: Selenium v4.27.0 fixes TypeError on Safari init (#5223) 2024-11-28 02:52:30 +05:30
run_docker Beta rustup (#5348) 2025-01-16 16:17:05 +01:00

README.md

NPM Latest Release PyPI Latest Release Build Status Documentation Status

Pyodide is a Python distribution for the browser and Node.js based on WebAssembly.

What is Pyodide?

Pyodide is a port of CPython to WebAssembly/Emscripten.

Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on PyPi is supported. Many packages with C extensions have also been ported for use with Pyodide. These include many general-purpose packages such as regex, PyYAML, lxml and scientific Python packages including NumPy, pandas, SciPy, Matplotlib, and scikit-learn.

Pyodide comes with a robust Javascript ⟺ Python foreign function interface so that you can freely mix these two languages in your code with minimal friction. This includes full support for error handling, async/await, and much more.

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.