PyScriptは公式サイトに 「Run Python in Your HTML」 と書いてあるとおり、HTMLの中にPythonのコードを書くと、それがWebブラウザ上で実行されるというものです。 まずは説明の前に、実際に動いているところを見てもらった方が早いと思います。以下はシンプルな ...
PyScript lets you run Python scripts right in the browser, side by side with JavaScript, with two-way interaction between your code and the web page. Created by Anaconda and launched in April 2022, ...