Note: PyScript is under active development, and some aspects of this tutorial may change in the future. Please refer to the PyScript documentation for the latest updates.
This repository contains basic examples demonstrating the usage of PyScript. Each example provides hands-on exercises to help you understand PyScript's capabilities.
To run the examples, you can use the http.server
module from the Python standard library.
python3 -m http.server
This command will start a simple HTTP server, allowing you to access the examples in your browser.
Feel free to contribute to this project by submitting pull requests or creating issues. We appreciate your support and feedback!
For detailed documentation and further information, please visit pyscript.net.