Pythonic web-based framework other than Django
I totally agree that Django开发者_StackOverflow rocks since I have been involved in lot of Django myself. Just for having more frameworks under my belt, I thought it would be great to learn another pythonic web application framework.
Any suggestions here ?
I think Django can be treat already as standard solution for Python web frameworks ;)
But If you are looking for something new - try http://werkzeug.pocoo.org/ Werkzeug, it's like framework for building frameworks.. If you will get familiar with Werkzeug, all frameworks will be open for you :)
I suggest to try web2py. It has all batteries included :-)
this is a list http://wiki.python.org/moin/WebFrameworks
i guess Pylons and web2py are good options
Zope would be a cool framework to learn. Zope community is very active, as is the case with Django.
Also, venturing on ERP5 would be an interesting learning curve.
NOTE: Can only post 1 hyperlink. So, please google on ERP5 to know about it.
精彩评论