I was thinking the same. The issue, do we want the conversion done 
client-side (like brython) or server side (like ocl, 
https://github.com/mdipierro/ocl#convert-python-code-into-javascript-code)

I'd prefer brython if it is fast.

Massimo

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 <[email protected] <javascript:>> 
> wrote: 
> > http://www.brython.info/index_en.html 
> > 
> > -- 
> > 
> > 
> > 
>

-- 



Reply via email to