Execute
Python in the web.

This simple web page allows you to run python code directly on your browser using a web assembly (WASM) interpetation of your python code.
The main tool used here is the pyodide.js library that compiler python source code to web assembly and helps to binding variables from JavaScript to Python and vice-versa.

Be careful not all pypi packages are available here. Only the most important or used are here.

>