Google Data API for Python (Presentation)

(Outline of the Program)
Line 1: Line 1:
This presentation will be given at the [[Maemo Summit 2008]] by [[User:brontide| Eric Warnke]]
This presentation will be given at the [[Maemo Summit 2008]] by [[User:brontide| Eric Warnke]]
-
The goal of the presentation is to give users a quick introduction to using the python bindings.  Focus will be on utilizing Google's servers and services to extend and enhance the maemo experience.  Feel free to contact [[User:brontide|me]] before or after the presentation to have questions included or answered.
+
The goal of the presentation is to give users a quick introduction to using the python bindings.  Focus will be on showing enabling code snippits and how they can be used to enhance the Maemo experience.   
 +
 
 +
All source code will be available after the presentation.
 +
 
==Outline of the Program==
==Outline of the Program==
Line 8: Line 11:
# Atom and CRUD:  What it is and why it works
# Atom and CRUD:  What it is and why it works
-
# Python bindingsOverview of how it works, what services are currently offered
+
# Python libraryCode demos using the picasaweb service
# Authentication:  How to authenticate to google
# Authentication:  How to authenticate to google
-
# Examples: Demo and code for document upload, download, and picture album download.
+
# Examples: Authenticated access to google docs
# Brief discussion of services that might be interesting under maemo
# Brief discussion of services that might be interesting under maemo
 +
# DocSync:  Full code and example working document sync process
# Problems:  Not everything is puppy dogs and rainbows, here are the hidden downsides.
# Problems:  Not everything is puppy dogs and rainbows, here are the hidden downsides.
3-5 minutes Q&A
3-5 minutes Q&A
-
==Slides and Video==
+
==Slides and Code ( Video? )==
To follow presentation at summit.
To follow presentation at summit.

Revision as of 21:51, 16 September 2008

This presentation will be given at the Maemo Summit 2008 by Eric Warnke

The goal of the presentation is to give users a quick introduction to using the python bindings. Focus will be on showing enabling code snippits and how they can be used to enhance the Maemo experience.

All source code will be available after the presentation.


Contents

Outline of the Program

20-22 minutes on slides, example code, and demo

  1. Atom and CRUD: What it is and why it works
  2. Python library: Code demos using the picasaweb service
  3. Authentication: How to authenticate to google
  4. Examples: Authenticated access to google docs
  5. Brief discussion of services that might be interesting under maemo
  6. DocSync: Full code and example working document sync process
  7. Problems: Not everything is puppy dogs and rainbows, here are the hidden downsides.

3-5 minutes Q&A

Slides and Code ( Video? )

To follow presentation at summit.

Q&A

Your question here?

Copy and paste these two lines and add your question, I will respond and possibly your question in the presentation.

Other sessions

I will be presenting a demo of DocSync as a flash session. I would be happy to demonstrate Picasa syncing as well to anyone interested.

External Links