https://github.com/pymike00/pyscript-hello
🐍 Basic code example for my youtube presentation and tutorial about PyScript
https://github.com/pymike00/pyscript-hello
pyscript pyscripts python python3
Last synced: 7 months ago
JSON representation
🐍 Basic code example for my youtube presentation and tutorial about PyScript
- Host: GitHub
- URL: https://github.com/pymike00/pyscript-hello
- Owner: pymike00
- License: mit
- Created: 2022-05-21T08:58:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T09:43:30.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T21:06:55.556Z (12 months ago)
- Topics: pyscript, pyscripts, python, python3
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyscript-hello
### This is a basic example I wrote for my YouTube presentation and tutorial about PyScript.
### PyScript is a new framework that allows users to create rich Python applications in the browser using HTML's interface and the power of [Pyodide](https://pyodide.org/), [WASM](https://webassembly.org/), and modern web technologies.
### How To:
- Download the repo
- Open the hello-pyscript.html file with Brave or Chrome
- Try new things, have fun and keep an eye for messages in the browser's developer console!
### Notes:
- If you wish to also use .py files you will need a dev server to avoid CORS errors
- You can spin a dev server with python3 using "python3 -m http.server" from within the examples folder
- On VS Code you can use the Live Server extension by Ritwick Dey
### Useful Links:
- [PyScript Official Website](https://pyscript.net/)
- [PyScript Repo (With Examples)](https://github.com/pyscript/pyscript)
- [Peter Wang - 2022 PyCon Keynote](https://anaconda.cloud/pyscript-pycon2022-peter-wang-keynote)
- [My YouTube Presentation and Tutorial (ITALIAN)](https://youtu.be/TI6fUdb-vhQ)