Описание тега brython
Brython is a browser-integrated Python engine.
Brython's goal is to replace JavaScript with Python as the scripting language for web browsers. It is composed of a lightweight run-time translation layer that brings many of Python's syntax niceties directly to the browser, as simple as using a <script type="text/python">
tag.
Some possible uses are
- Creating simple document elements,
- Drag and drop elements
- 3D navigation
- Geolocation
- Charts and graphs
For more examples visit the home page and refer to the gallery.
Brython is open source and the source code is available here. Documentation can be found at http://www.brython.info/static_doc/en/intro.html?lang=en.