Flying with web2py on Google App Engine

Aug 06 2010 Published by under software development

web2py

Here is the second part of the series about Python frameworks under Google App Engine. Now we will talk about web2py, a simple and fast Python web framework. Like Django, web2py has a great data abstraction layer. Unlike Django, the web2py data abstraction layer (DAL) was designed to manage non-relational databases, including BigTable. Continue Reading »

8 responses so far