Are there any other good Python web frameworks? I'm looking to try something new, I hav开发者_如何转开发e already used Django, web.py and pylons. Also, what frameworks are AJAX-oriented or have better support for AJAX?
I'm looking for something more agile, light weight.
Here is a really long list of python web frameworks
more than a framework, ToscaWidgets2 http://toscawidgets.org/documentation/tw2.core/
TW2 is a widget framework for any wsgi compliant python web framework, originally born for TurboGears, i use TW2 with Pylons, and i presume that can be used without problems with new Pyramid Web Framework (i never try to use with Django)
Now, if apart from Ajax, you like to review other Python Web Frameworks, my recomendation can be:
1) Pyramid, a evolution from repoze.bfg and Pylons, integrate great tools and developers. 2) Bootle, Flask great microframeworks for quick and dirty apps. 3) Tipfy, a web framework thinked for Google App Engine, the best for me for this (after Django)
There is a framework called Pyjamas which is along the lines of Google Web Toolkit which was used to build Gmail. Seems to fit the bill for your AJAX requirements.
You might check out web2py. Very easy to learn and use, and great Ajax support (see also, web2py components).
There is pylons https://stackoverflow.com/questions/48681/pros-cons-of-django-vs-pylons
精彩评论