From my personnal experience, I like Pyramid :
- I think it's a good deal that satisfies my taste to make things by
myself with the comfort of a well built framework.
- It always fits very well with existing contexts :
** moving a php app to pyramid
** integrating pyramid with os tasks, with other web-apps
- I can write a rest api in a few lines
- I don't feel stuck to my initial choices when my app is evolving
- Our business is based on non-trivial solutions and it's sometime
adventurous to start a project, when it's about web stuff Pyramid is
always a trustable choice
I don't think beginners should start with Pyramid, since there are many
choices to make (traversal or dispatch, form libraries ...) and nobody
make them for you. It could really become a mess to maintain.
I would never say pyramid does something that others don't, I'm not
omniscient. I would promote things that pyramid does, because it does it
very well. I like it's view configuration, it's traversal api that
allows to do so much things, its configuration abilities and much more :).
Cheers,
Gaston
Le 29/03/2013 17:46, Paul Everitt a �crit :