python and ajax

Stephan Diehl stephan.diehl at gmx.net
Tue Aug 30 02:55:06 EDT 2005


On Mon, 29 Aug 2005 12:04:46 -0700, Steve Young wrote:

> Hi, I was wondering if anybody knew of any good
> tutorial/example of AJAX/xmlhttprequest in python.
> Thanks.
> 
> -Steve

As all the others have said already, AJAX has nothing to do with python,
but everything with JavaScript.
You might want to check out MochiKit (http://mochikit.com), a lightweight
JavaScript library written by Bob Ippolito. Bob did a very good job in
turning programming JS into a more python like experience.
- stephan



More information about the Python-list mailing list