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 dispatc

Newbie moving from Webapp2 to Pylons/Pyramids quick questions

2013-07-25 Thread ziyuan . liu
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 tutorials or cookbooks out there just providing

Re: is the current sqlalchemy scaffold 'correct' ?

2013-07-25 Thread Jonathan Vanasco
On Tuesday, July 23, 2013 2:52:32 AM UTC-4, Laurence Rowe wrote: > > I've not used the scaffold myself, but invalidation is handled by > zope.sqlalchemy which ties SQLAlchemy into Pyramid's request lifecycle with > pyramid_tm. > i didn't realize that pyramid_tm was in the environment.ini; than