Brython
Brython, short for Browser Python, is an open-source implementation of Python 3 that runs in the web browser and aims to replace JavaScript for client-side web scripting.
It consists of a Python interpreter written in JavaScript and a library that exposes the browser's DOM
Usage involves loading Brython's scripts in an HTML page, then writing Python code in script tags labeled
While Brython enables Python development in the browser, it is not a drop-in replacement for JavaScript for
Brython is maintained as an open-source project and has an active community. It is one of several