CORE PYTHON APPLICATIONS PROGRAMMING, 3rd edition

All source code under Creative Commons Attribution-SharedAlike3.0 License
http://creativecommons.org/licenses/by-sa/3.0/

Chapter 12 Cloud Computing: Google App Engine

Example	Filename
12-1	app.yaml-default (Launcher-produced app.yaml)
12-2	main.py-default (similar to a Launcher-produced main.py)
12-3	main.py-clean (cleaned-up main.py)
12-4	app.yaml-py27 (Python 2.7 app.yaml)
12-5	main.py-py27 (Python 2.7 main.py)