Google Data API for Python (Presentation)

(add category)
 
(3 intermediate revisions not shown)
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 7: Line 10:
20-22 minutes on slides, example code, and demo
20-22 minutes on slides, example code, and demo
-
# Atom:  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 show code from document upload, download, and picture album download.
+
# Examples: Authenticated access to google docs
-
# Application on the maemo platform
+
# 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.
 +
 +
==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==
==Other sessions==
Line 28: Line 37:
* [http://code.google.com/p/gdata-python-client/ Google Data Python Bindings]
* [http://code.google.com/p/gdata-python-client/ Google Data Python Bindings]
* [http://code.google.com/apis/gdata/index.html Google Data API's]
* [http://code.google.com/apis/gdata/index.html Google Data API's]
-
* [http://en.wikipedia.org/wiki/Atom_(standard) Wikipdeia page on the Atom standard]
+
* [[:wikipedia:Atom_(standard)|Wikipedia page on the Atom standard]]
 +
 
 +
[[Category:Maemo Summit 2008]]

Latest revision as of 10:10, 26 April 2010

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

[edit] 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

[edit] Slides and Code ( Video? )

To follow presentation at summit.

[edit] Q&A

[edit] Your question here?

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

[edit] 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.

[edit] External Links