An open API service indexing awesome lists of open source software.

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

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)