Tuesday, July 20, 2010

Python AppEngine

Google's Python AppEngine
Ikai Lan (Google)


Hands on will need:
Python 2.5.x

In attendance also from Google:
Shawn Lynch (sp?)
Alex Martell (sp?)
John Modell (sp?)

DiveIntoPython.org <-- Online book; 30 min proficiency in Python

App Engine – Google's tool for writing quick webapps that run on their systems at Appspot.com.

Write App Engine code (see my public git repo at http://github.com/jcalahan/appenginetest)

Run it with:
~/google_appengine_1.3.5/dev_appserver.py

View it with:

http://localhost:8080/_ah/admin/ <-- Local admin console

No comments:

Post a Comment