The Wayback Machine - https://web.archive.org/web/20220504061105/https://github.com/tirthajyoti/PyScript-examples
Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 2, 2022

PyScript-examples

Examples of web pages developed with PyScript framework

What is PyScript?

From their Github repo

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 <head>...</head>

<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>

About

Examples of web pages developed with PyScript framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published