Closed
Description
The homepage currently says:
- Python in the browser: Enable drop-in content, external file hosting (made possible by the Pyodide project, thank you!), and application hosting without the reliance on server-side configuration
- Python ecosystem: Run many popular packages of Python and the scientific stack (such as numpy, pandas, scikit-learn, and more)
- Python with JavaScript: Bi-directional communication between Python and Javascript objects and namespaces
To me, this makes it sound like Pyodide is an external file hosting service. I think this could be re-worded to make it clear that Pyodide (IIUC) is helping PyScript by providing the "engine" that runs the Python code, plus the packages in the scientific stack and the bi-directional communication?
(I wasn't able to find a repo for the website to submit a pull request for this, so filing an issue here instead - sorry if there was a better place to file this!)