Re: [ANN] Brython 3.0.0 relased

2014-11-16 Thread Gary Herron
On 11/16/2014 12:54 AM, Pierre Quentel wrote: Hi, Version 3.0.0 of Brython has been released recently Brython is an implementation of Python 3 running in the browser, with an interface to DOM elements and events. It allows writing web client applications with Python instead of Javascript. Py

Re: [ANN] Brython 3.0.0 relased

2014-11-16 Thread Steven D'Aprano
Pierre Quentel wrote: > Hi, > > Version 3.0.0 of Brython has been released recently > > Brython is an implementation of Python 3 running in the browser, with an > interface to DOM elements and events. It allows writing web client > applications with Python instead of Javascript. Very nice! -

Re: [ANN] Brython 3.0.0 relased

2014-11-16 Thread Marko Rauhamaa
Pierre Quentel : > Version 3.0.0 of Brython has been released recently A timely notification! I have just introduced some server-side Python to my son and was about to start talking about client-side JavaScript. We'll give Brython a spin, instead. I'll spread the message at the office as well.