Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Like your other webapps, it makes sense to arrange your webapp controller code within a specific folder structure. Here’s one suggestion:
As you’ve seen, any CGI can run on GAE, but to get the most out of Google’s technology, you need to code to the WSGI standard. Here’s some boilerplate code that every WSGI-compatible GAE webapp starts with: