2019-06-22 22:22:39 +00:00
|
|
|
Pyodide
|
|
|
|
=======
|
|
|
|
|
2021-02-15 20:27:28 +00:00
|
|
|
Python with the scientific stack, compiled to WebAssembly.
|
2019-06-22 22:22:39 +00:00
|
|
|
|
2021-04-06 22:11:00 +00:00
|
|
|
Pyodide may be used in any context where you want to run Python inside a web
|
|
|
|
browser.
|
2019-06-22 22:22:39 +00:00
|
|
|
|
2021-04-06 22:11:00 +00:00
|
|
|
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. Over 75 packages are currently available. In addition it's
|
|
|
|
possible to install pure Python wheels from PyPi.
|
2019-06-22 22:22:39 +00:00
|
|
|
|
2021-04-06 22:11:00 +00:00
|
|
|
Pyodide provides transparent conversion of objects between Javascript and
|
|
|
|
Python. When used inside a browser, Python has full access to the Web APIs.
|
2019-06-22 22:22:39 +00:00
|
|
|
|
|
|
|
Using Pyodide
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. toctree::
|
2020-10-31 20:00:58 +00:00
|
|
|
:maxdepth: 2
|
2019-06-22 22:22:39 +00:00
|
|
|
|
2021-01-18 19:56:47 +00:00
|
|
|
usage/quickstart.md
|
|
|
|
usage/webworker.md
|
|
|
|
usage/serving-pyodide-packages.md
|
|
|
|
usage/loading-packages.md
|
|
|
|
usage/type-conversions.md
|
|
|
|
usage/api-reference.md
|
|
|
|
usage/faq.md
|
2019-06-22 22:22:39 +00:00
|
|
|
|
|
|
|
Developing Pyodide
|
|
|
|
==================
|
|
|
|
|
|
|
|
The Development section help Pyodide contributors to find information about the
|
|
|
|
development process including making packages to support third party libraries
|
|
|
|
and understanding type conversions between Python and JavaScript.
|
|
|
|
|
|
|
|
The Project section helps contributors get started and gives additional
|
|
|
|
information about the project's organization.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Development
|
|
|
|
|
2021-01-18 19:56:47 +00:00
|
|
|
development/building-from-sources.md
|
|
|
|
development/new-packages.md
|
|
|
|
development/contributing.md
|
2021-01-19 05:28:59 +00:00
|
|
|
development/core.md
|
2021-01-18 19:56:47 +00:00
|
|
|
development/testing.md
|
2019-06-22 22:22:39 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:titlesonly:
|
|
|
|
:caption: Project
|
|
|
|
|
2021-01-18 19:56:47 +00:00
|
|
|
project/about.md
|
|
|
|
project/code-of-conduct.md
|
2021-03-03 18:09:05 +00:00
|
|
|
project/governance.md
|
2021-01-18 19:56:47 +00:00
|
|
|
project/changelog.md
|
2021-03-02 12:47:31 +00:00
|
|
|
project/related-projects.md
|
2019-06-22 22:22:39 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|