Skip to content

Instantly share code, notes, and snippets.

@siddhi
Created May 1, 2022 07:51
Show Gist options
  • Save siddhi/58f6a25ec2c04e2ea2fb742d4a5d2960 to your computer and use it in GitHub Desktop.
Save siddhi/58f6a25ec2c04e2ea2fb742d4a5d2960 to your computer and use it in GitHub Desktop.
PyScript demo
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<body>
<py-script>
print("Hello, python")
</py-script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment