Reputation: 1061
I totally agree that Django 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?
Upvotes: 2
Views: 386
Reputation: 61
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.
Upvotes: 1
Reputation: 4128
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 :)
Upvotes: 3
Reputation: 2974
this is a list http://wiki.python.org/moin/WebFrameworks
i guess Pylons and web2py are good options
Upvotes: 2