> On Wed, 05 Nov 2008 08:35:23 +0200, 3000 billg <[EMAIL PROTECTED]> > > Just from my preferences, I want to useDjangobut the AJAX support will > > be > > a problem. Also I need to select a JavaScriptframeworkand lean it, > > maybe > > JQuery, mootools or other. And I can not writepythonas it is written in > > general javascript. I need to learn a different syntax.
yes, you can write python - and have it compiled to AJAX: http://pyjs.org > > Could everybody give me a hand for your select?Djangoor Turbegears or > >Pylons? and Why? > > IfDjango, how to do Ajax support for you? and why? pyjamas. then you get to write the front-end in python _and_ the back-end in python. see http://pyjs.org/book/output/Bookreader.html#Rest%20of%20the%20World which will help you to choose at least between django and web.py for AJAX-based frameworks, as there are four example techniques illustrated to do JSONRPC. l. -- http://mail.python.org/mailman/listinfo/python-list