Re: Newbie moving from Webapp2 to Pylons/Pyramids quick questions

2013-07-29 Thread Jens W. Klein
On 2013-07-25 22:41, ziyuan@gmail.com wrote: Hi all, I just dove into the world of web development after completion various tutorials on googleappengine. My concern is that I am a bit overwhelmed by all the high level/intermediate functionalities provided by pylons/pyramids. Are there

Re: Newbie moving from Webapp2 to Pylons/Pyramids quick questions

2013-07-25 Thread Michael Merickel
Well pyramid scales down very easily. If you just ignore the stuff you don't need you will get very far in using it as a minimalist framework. Pyramid at its lowest levels simply dictates the use of webob's request/response objects and a particular routing mechanism to get urls to code (url