Credit Pyodide within readme.md (#792)

* Credit pyodide within readme

* Use pyscript.net definition
This commit is contained in:
Ted Patrick
2022-09-26 07:03:01 -05:00
committed by GitHub
parent 304d76d088
commit d033ab04da

View File

@@ -4,7 +4,7 @@
### Summary
PyScript is a Pythonic alternative to Scratch, JSFiddle, and other "easy to use" programming frameworks, with the goal of making the web a friendly, hackable place where anyone can author interesting and interactive applications.
PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of [Pyodide](https://pyodide.org/en/stable/), [WASM](https://webassembly.org/), and modern web technologies.
To get started see the [getting started tutorial](docs/tutorials/getting-started.md).