Django vs. Pylons

Posted by Kenneth Reitz on Stack Overflow See other posts from Stack Overflow or by Kenneth Reitz
Published on 2009-08-28T03:03:37Z Indexed on 2010/04/09 12:23 UTC
Read the original article Hit count: 428

Filed under:
|
|

I've recently become a little frustrated with Django as a whole. It seems like I can't get full control over anything. I love Python to death, but I want to be able (and free) to do something as simple as adding a css class to an auto-generated form.

One MVC framework that I have really been enjoying working with is Grails (groovy). It has a FANTASTIC templating system and it lets you really have full control as you'd like.

However, I am beyond obsessed with Python. So I'd like to find something decent and powerful written in it for my web application development.

Any suggestions?

Pylons maybe?

© Stack Overflow or respective owner

Related posts about python

Related posts about django