Pyscript
Programming
https://github.com/pyscript/pyscript
```html hllines"2 3" <!DOCTYPE html> <html lang"en">
<head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" />
<title>PyScript Hello World
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" /> <script defer src="https://pyscript.net/alpha/pyscript.js">
<body> Hello world! <br> This is the current date and time, as computed by Python: