Best way to authentiacte google API using Python?
1) oauth 2) AuthSub
Is there any tutorials for oauth2.o + python + google
why you would write full separate code in python ? there is already a module of python which is really easy and useful http://code.google.com/p/gdata-python-client/ use that module it's quick and reliable.