Brython 2.0 released

pierre.quentel at gmail.com pierre.quentel at gmail.com
Sat Feb 15 11:25:52 CET 2014


Hi,

Brython (Browser Python) is an implementation of Python 3 in the browser, with an interface to the DOM elements and events. Its goal is to be able to write client-side programs in Python as easily as in Javascript, inside <script type="text/python">...</script>

Launched late 2012, Brython is supported by a growing community. Release 2.0 covers most of the Python syntax, many CPython built-in modules, and fixes issues related to the interaction with Javascript libraries

The Brython site (http://www.brython.info) presents documentation and demos
Development is hosted by Bitbucket : https://bitbucket.org/olemis/brython/src
Join us on the forum : https://groups.google.com/forum/?fromgroups=#!forum/brython

- Pierre


More information about the Python-announce-list mailing list