[Tutor] about import statement

Knacktus knacktus at googlemail.com
Tue Jan 11 19:57:54 CET 2011


Am 11.01.2011 13:02, schrieb arun kumar:
> I'm trying to program with google api i downloaded the libraries
> provided by the google.
> http://code.google.com/apis/gdata/docs/client-libraries.html
>
> In oder to write program with google api, i need to write some import
> statements. But i'm unable to understand the hierarchy of the
> modules,packages,which classes are in which package.
Personaly, I don't get along with the pydoc style very well (as shown as 
PyDoc in your link). For an overview about packages and modules you can 
also browse the directory structure of the source code. You can 
recognize packages as directories with a __init__.py file and modules as 
*.py files.
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list