Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirthajyoti/pyscript-examples
Examples of web pages developed with PyScript framework
https://github.com/tirthajyoti/pyscript-examples
javascript pyscript python webapp
Last synced: 14 days ago
JSON representation
Examples of web pages developed with PyScript framework
- Host: GitHub
- URL: https://github.com/tirthajyoti/pyscript-examples
- Owner: tirthajyoti
- License: mit
- Created: 2022-05-02T03:30:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T17:02:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T17:19:24.399Z (7 months ago)
- Topics: javascript, pyscript, python, webapp
- Homepage:
- Size: 25.4 KB
- Stars: 23
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyScript-examples
Examples of web pages developed with PyScript framework## What is PyScript?
From their [Github repo](https://github.com/pyscript/pyscript)
> 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.## No installation needed
To write Python code inside your HTML, just add these assets in your script inside the `...`
``````