sidhshar
sidhshar

Reputation: 1061

Pythonic web-based framework other than Django

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

Answers (4)

userdj
userdj

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

bluszcz
bluszcz

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

Saif al Harthi
Saif al Harthi

Reputation: 2974

this is a list http://wiki.python.org/moin/WebFrameworks

i guess Pylons and web2py are good options

Upvotes: 2

Jiri
Jiri

Reputation: 16625

I suggest to try web2py. It has all batteries included :-)

Upvotes: 2

Related Questions