Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Go to file
Hood Chatham c5ecbb7d02
MAINT Improved Module.fatal_error (#1478)
2021-04-16 22:51:51 -07:00
.circleci MAINT Use Chrome 89 in tests (#1462) 2021-04-13 23:12:39 +02:00
.github/workflows
benchmark Run benchmarks in alphabetical order (#1178) 2021-01-30 13:58:34 +01:00
bin
cpython getting bzip2,libxml,libxslt from http instead of ftp (#1400) 2021-03-31 21:04:58 -07:00
docs Change conversion behavior for TypedArrays (#1322) 2021-04-15 23:46:39 -07:00
emsdk MAINT/CI Fix libjpeg URL in emscripten (#1458) 2021-04-13 11:37:12 +02:00
packages Fix matplotlib backend (#1414) 2021-04-16 12:08:10 -07:00
pyodide_build DOC Add pyodide_build CLI documentation (#1471) 2021-04-15 18:54:26 +02:00
src MAINT Improved Module.fatal_error (#1478) 2021-04-16 22:51:51 -07:00
tools Shorten pytest summary table test names (from #1340) (#1346) 2021-03-22 09:16:16 +01:00
.clang-format
.dockerignore
.editorconfig
.gitignore BLD run_docker as the host user not as root (#1429) 2021-04-04 12:19:54 -07:00
.pre-commit-config.yaml MAINT Use Chrome 89 in tests (#1462) 2021-04-13 23:12:39 +02:00
.readthedocs.yml
CODE-OF-CONDUCT.md DOCS Copy edit code of conduct & replace IODIDE with Pyodide (#1432) 2021-04-06 10:14:33 -07:00
Dockerfile Use packaging instead of distlib in micropip (#1469) 2021-04-14 20:15:31 +02:00
Dockerfile-prebuilt MAINT Use Chrome 89 in tests (#1462) 2021-04-13 23:12:39 +02:00
LICENSE
Makefile FIX Remove windows executables from distlib (#1467) 2021-04-14 09:55:00 +02:00
Makefile.envs Move all configuration variables for compile into Makefile.envs (#1369) 2021-03-26 15:37:59 +01:00
README.md FAQ pickle to send objects from server to client (#1451) 2021-04-12 09:34:02 -07:00
conftest.py MAINT Improved Module.fatal_error (#1478) 2021-04-16 22:51:51 -07:00
lgtm.yml Apply lints suggested by lgtm.com (#1398) 2021-03-31 21:11:41 +02:00
pyodide_env.sh Use EM_COMPILER_WRAPPER to enable ccache (#1218) 2021-02-09 12:28:37 +08:00
run_docker MAINT Use Chrome 89 in tests (#1462) 2021-04-13 23:12:39 +02:00
setup.cfg TST/CI test dependent selenium WebDriver timeout (#1441) 2021-04-08 09:01:51 +02:00

README.md

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.8 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.

License

Pyodide uses the Mozilla Public License Version 2.0.