AJAX => APAX? Or: is there support for python in browsers?

Stephen Prinster prinster at mail.com
Tue Nov 15 20:11:17 EST 2005


Roger Erens wrote:

> 
> I'm asking because of all the AJAX hype going on. I'd like rather not
> delve too deep into JavaScript and use Python instead.
> 
> Any insights to be shared?
> 
> Cheers,
> Roger

In addition to the others already mentioned, you might want to check out
Nevow.  Quoting from the website:

"Finally, Nevow includes LivePage, a two-way bridge between Javascript
in a browser and Python on the server. LivePage is compatible with
Mozilla, Firefox, Windows Internet Explorer 6, and Safari on Mac OS X.
Event handlers can be written in pure Python and Javascript
implementation details are hidden from the programmer, with Nevow taking
care of routing data to and from the server using XmlHttpRequest."

http://divmod.org/trac/wiki/DivmodNevow


Steve P.



More information about the Python-list mailing list