diff --git a/README.md b/README.md index 96fcd442b..d8a39c36a 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ [![Build Status](https://circleci.com/gh/iodide-project/pyodide.png)](https://circleci.com/gh/iodide-project/pyodide) [![Documentation Status](https://readthedocs.org/projects/pyodide/badge/?version=latest)](https://pyodide.readthedocs.io/?badge=latest) -The Python scientific stack, compiled to WebAssembly. +Python with the scientific stack, compiled to WebAssembly. ## What is Pyodide? -**Pyodide** brings the Python 3.8 runtime to the browser via WebAssembly, along with the Python scientific stack including NumPy, Pandas, Matplotlib, parts of SciPy, and NetworkX. The [`packages` directory](https://github.com/iodide-project/pyodide/tree/master/packages) lists over 35 packages which are currently available. +**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](https://github.com/iodide-project/pyodide/tree/master/packages) 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. @@ -23,8 +23,7 @@ browser**. ## Try Pyodide (no installation needed) -Try the [iodide demo notebook](https://alpha.iodide.io/notebooks/300/) or fire -up a [Python REPL](https://pyodide-cdn2.iodide.io/v0.16.1/full/console.html) directly in your +Try pyodide in [Python REPL](https://pyodide-cdn2.iodide.io/v0.16.1/full/console.html) directly in your browser. For further information, look through the [documentation](https://pyodide.readthedocs.io/). diff --git a/docs/index.rst b/docs/index.rst index 6bd45498b..8f041acf5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,16 +6,15 @@ Pyodide ======= -The Python scientific stack, compiled to WebAssembly. +Python with the scientific stack, compiled to WebAssembly. .. note:: Pyodide bundles support for the following packages: numpy, scipy, and many other libraries in the Python scientific stack. - To use additional packages from PyPI, try the experimental feature, - `Installing packages from PyPI `_ and try to `pip install` the - package. + To use additional packages from PyPI, see + `Installing packages from PyPI `_ . To create a Pyodide package to support and share libraries for new applications, try `Creating a Pyodide package `_. @@ -24,8 +23,8 @@ Using Pyodide ============= Pyodide may be used in several ways: directly from JavaScript, or to execute -Python scripts asynchronously in a web worker. Although still experimental, -additional packages may be installed from PyPI to be used with Pyodide. +Python scripts asynchronously in a web worker. Additional Pure python packages +may be installed from PyPI to be used with Pyodide. .. toctree:: :maxdepth: 2