Taking a second look at brython. I think we should include it. On Saturday, 15 December 2012 13:01:16 UTC-6, Mariano Reingart wrote: > > Brython seems great, it even uses a html helper syntax like web2py! > > <script type="text/python"> > t = TABLE() > for i in range(10): > t <= TR(TD(i)+TD(i*i)) > doc <= t > </script> > > I think this should be integrated and included with web2py, teaching > basic web development would be even easier, without the javascript > complexities. > > Best regards, > > Mariano Reingart > http://www.sistemasagiles.com.ar > http://reingart.blogspot.com > > > On Sat, Dec 15, 2012 at 3:29 AM, ionel <ionela...@gmail.com <javascript:>> > wrote: > > http://www.brython.info/index_en.html > > > > -- > > > > > > >
--