close
The Wayback Machine - https://web.archive.org/web/20220504165023/https://dev.to/m7d/run-python-code-in-html-files-c8n

DEV Community

Cover image for run python code in html files
MOHAMMAD
MOHAMMAD

Posted on

run python code in html files

new framework let you run python codes in html tags
it is helpful for many usages maybe include a big python's libraries to use it in html files

use


  • work with cdn link

  • <py-script> put python code in </py-script>

Example


Image description

https://pyscript.net

Discussion (0)