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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to