I use Django when I need full-stack and CherryPy when I need something lighter. I've also used web.py.
Ask HN: What web framework(s) do you guys use?
31–40 of 142 posts
Re: Ask HN: What web framework(s) do you guys use?
#32Pylons. http://pylonshq.com/
Seconding. The ability to use SQLAlchemy and Jinja2 is fantastic; I personally think they're better than Django's ORM and templating system.
Re: Ask HN: What web framework(s) do you guys use?
#33I use LeftParen (http://leftparen.com), a PLT Scheme web framework (that I happen to maintain).
Re: Ask HN: What web framework(s) do you guys use?
#34(shamless plug)
My own (PHP5 framework) - Artisan System
Re: Ask HN: What web framework(s) do you guys use?
#35Never used a framework and never will. I know how to code. I do my own sites and don't use others or have others do my work for me.
Re: Ask HN: What web framework(s) do you guys use?
#36Catalyst with DBIx::Class (ORM)
Re: Ask HN: What web framework(s) do you guys use?
#37Helma NG: http://helma.org
Re: Ask HN: What web framework(s) do you guys use?
#38Drupal.
+1
Re: Ask HN: What web framework(s) do you guys use?
#39Re: Ask HN: What web framework(s) do you guys use?
#40Django, because it has magical powers, who can beat that?
Django works for me, too. Doesn't generate a whole bunch of folders and files. Feels lightweight but works for big projects too.