Comment on Ask HN: Best Python web frameworkComments−dcESC14yPylons is now called pyramid. I don't know how much it changed?I prefer pylons above Django. Simply because it feels less like a framework.−masklinn14y> I don't know how much it changed?All of the controllers stuff was replaced with the code formerly known as repoze.bfg−obtu14yWhile Pyramid is Pylons' appointed successor, the code is mostly from the repoze project, with changes to make it more familiar to Pylons users: http://docs.pylonsproject.org/en/latest/faq/pyramid.html
Comments
Pylons is now called pyramid. I don't know how much it changed?
I prefer pylons above Django. Simply because it feels less like a framework.
> I don't know how much it changed?
All of the controllers stuff was replaced with the code formerly known as repoze.bfg
While Pyramid is Pylons' appointed successor, the code is mostly from the repoze project, with changes to make it more familiar to Pylons users: http://docs.pylonsproject.org/en/latest/faq/pyramid.html