>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 : > The discussion about docs turned into a discussion about Pyramid and target > markets. Which was perfect, as Blaise and I are in some chats about related > topics. > > Rather than hijack that thread, I thought I'd start a new one. What is > Pyramid? And even more difficult, what isn't it? (I am a staunch believer in > focus and having the courage and honesty to say "that's not us, you're better > served elsewhere.") > > I'd like to listen to more ideas from insiders and casual developers about: > > - Who Pyramid appeals to > > - What differentiates it (in a no-bullshit, honest-to-goodness way) > > - What is an unmet need in the Python web frameworks space that Pyramid does > a good job of itch-scratching for > > --Paul > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
