Re: [Tutor] AJAX resources for Python

2005-10-30 Thread Andrew P
Turbogears seconded. It's a really great collection of tools. As an alternative, you may also want to check out Nevow. From the webpage: "Nevow includes LivePage, a two-way bridge between JavaScript in a browser and Python on the server. For 0.3, LivePage has been updated to operate on Mozilla

Re: [Tutor] AJAX resources for Python

2005-10-28 Thread Kent Johnson
Tim Johnson wrote: > Hi All: > > Are AJAX resources available for python? > http://en.wikipedia.org/wiki/AJAX Turbogears supports AJAX using MochiKit on the client side and JSON for the protocol. http://www.turbogears.org/ Kent -- http://www.kentsjohnson.com __