1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

Merge pull request #73 from cknoll/main

Update README.md: fix typos
This commit is contained in:
Fabio Pliger
2022-05-01 01:04:44 -05:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" p
To demonstrate pyscript, see [the pyscript folder](pyscriptjs/README.md).
### Longer Version
PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrate with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feel natural to web as well as Python developers.
PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrates with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feels natural to web as well as Python developers.
## Try PyScript