> I've been hearing a ot about AJAX lately. I may have to build a web > application in the near future, and I was curoius: > > How does a web application that uses Python compare with one that uses AJAX? > > I've done some basic web page design with HTML and CSS, but never any > web applications. I don't want to learn a new language if I can use > Python. Would AJAX offer me any significant advantages?
AJAX is *NOT* a programming language. It is a certain way of building web applications. Any Python (or any other language) web framework may be used, though some (TurboGears / LivePage etc) have explicit support for it. I bit of googling does not hurt. -- http://mail.python.org/mailman/listinfo/python-list