Skip to content

mausbrand/pyodide

This branch is 3 commits ahead of, 22 commits behind phorward/pyodide:nano.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b1b41a0 · Aug 11, 2021
Aug 1, 2021
Nov 8, 2020
Jul 23, 2021
Aug 4, 2021
Aug 11, 2021
Jul 12, 2021
Aug 3, 2021
Aug 4, 2021
Aug 3, 2021
Jul 25, 2021
Nov 13, 2018
Nov 8, 2020
Sep 6, 2018
Aug 1, 2021
Jul 25, 2021
Dec 24, 2020
Apr 6, 2021
Jul 20, 2021
Apr 13, 2021
Feb 23, 2018
Aug 4, 2021
Jul 21, 2021
Aug 4, 2021
Aug 1, 2021
Mar 31, 2021
May 3, 2021
May 5, 2021
Jul 21, 2021
Aug 3, 2021
Aug 3, 2021

Repository files navigation

NPM Latest Release PyPI Latest Release Build Status Documentation Status

⚠⚠⚠ WARNING ⚠⚠⚠

This Pyodide version does not include full Python and also no micropip! It is used to build webapps with Python. For this purpose the flare framework can be used. The goal of this version is to create a small version that meets the requirements of the flare framework.

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.

About

Python in the browser

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.9%
  • C 25.1%
  • JavaScript 8.3%
  • Makefile 5.3%
  • Shell 2.6%
  • CSS 1.3%
  • Other 2.5%