2018-06-21 15:19:34 +00:00
|
|
|
# Pyodide documentation
|
|
|
|
|
|
|
|
## Using Pyodide
|
|
|
|
|
|
|
|
- [Using Pyodide directly from Javascript](using_pyodide_from_javascript.md)
|
2019-06-22 22:22:39 +00:00
|
|
|
- [Using Pyodide from a web worker](using_pyodide_from_webworker.md)
|
2018-06-21 15:19:34 +00:00
|
|
|
- [Using Pyodide from Iodide](using_pyodide_from_iodide.md)
|
2019-06-22 22:22:39 +00:00
|
|
|
- [Installing packages from PyPI](pypi.md)
|
2018-06-21 15:19:34 +00:00
|
|
|
- [Type conversions](type_conversions.md): describes how data types are shared between Python and Javascript
|
2018-09-20 13:20:38 +00:00
|
|
|
- [API Reference](api_reference.md)
|
2018-06-21 15:19:34 +00:00
|
|
|
|
|
|
|
## Developing Pyodide
|
|
|
|
|
|
|
|
- [Making new packages](new_packages.md)
|
|
|
|
- [Development instructions](../README.md)
|
|
|
|
- [Contributing](../CONTRIBUTING.md)
|
|
|
|
- [Code of Conduct](../CODE-OF-CONDUCT.md)
|