You can combine django (or any other framework) with brython, just like you
would with javascript. For example, just this past week, this example was
posted to the brython list:
https://github.com/mrjmad/django_socketio_test
Francois
--
www.pyptug.org - raspberry-python.blogspot.com - @f_dion
On 5 June 2013 13:38, Walter Prins wrote:
> Jim,
>
> You might be interested to know there's several incarnations of Python for
> browser already available. PyJS and PyJaco are Python to Javascript
> compilers, and Brython is basically a Python subset that allows you to
> write Python and use it
Jim,
On 5 June 2013 20:58, Jim Mooney wrote:
> But Guido says
> "..no Python for browsers," alas. Hopefully, he's not too prescient.
> Why not javascript And Python for browsers? There just has to be
> enough of a clamor for it.
>
You might be interested to know there's several incarnations of