Wednesday, September 19, 2012

Google RESTful APIs now have a Python Client Library

By Vasudev Ram



Python Client Library for Google APIs is out of Beta

Excerpt:

[ If you are building a Python application that uses Google APIs, we strongly recommend you use this client library. First, the library makes it simple to call any RESTful Google API and grab the data returned by the call. Also, the client library handles the OAuth 2.0 authentication protocol and all errors for you without the need to write any additional code. ]

I read in the above post that Joe Gregorio is one of the developers of this library. Joe is the creator (among other things) of the httplib2 Python HTTP client, which has some improvements over the HTTP-related modules in Python's standard library.

Get the Google API Python Client Library.

- Vasudev Ram - Dancing Bison Enterprises

No comments: