This demo uses the Google AppEngine as a data store for users to pin photos on a map with server side scripting in Python. You can read about a similar demo that uses Google Spreadsheets for persistence here. Two AppEngine tables are used, one for the photos and one for comments on the photos. The html map page reads the photo data using a JSON format feed created by a Python script. Updates are m