file hosting (made possible by the Pyodide project, thank you!), and application hosting without the reliance on server-side configuration • Python ecosystem: Run many popular packages of Python and the scientific stack (such as numpy, pandas, scikit-learn, and more) • Python with JavaScript: Bi-directional communication between Python and Javascript objects and namespaces • Environment management: Allow users to define what packages and files to include for the page code to run • Visual application development: Use readily available curated UI components, such as buttons, containers, text boxes, and more • Flexible framework: A flexible framework that can be leveraged to create and share new pluggable and extensible components directly in Python
for executable programs & software interfaces to enable high performance applications on web pages and other environments • Emscripten(https://emscripten.org/): an Open Source compiler toolchain to WebAssmbly, practically allowing any portable C/C++ codebase to be compiled into WebAssembly • Pyodide(https://pyodide.org/)/python-wasm( https://github.com/ethanhs/python-wasm): Python implementations compiled to WebAssembly
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.
this to your page :: <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" /> <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
href="https://pyscript.net/alpha/pyscript.css" /> <script defer src="https://pyscript.net/alpha/pyscript.js"></script> Puedes hacer la página con HTML y JavaScript y añadir un bloque con Python.