Re: [Tutor] about import statement

2011-01-11 Thread Knacktus
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 under

Re: [Tutor] about import statement

2011-01-11 Thread 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

Re: [Tutor] about import statement

2011-01-10 Thread Alan Gauld
"arun kumar" wrote I have some doubts in python. When we write programs,we write some import statements at the beginning of the code. how to know that we should import something. Trial and error, experience and mainly reading the documentation. You try to do something and there is no obvious

Re: [Tutor] about import statement

2011-01-10 Thread Emile van Sebille
On 1/10/2011 4:58 AM arun kumar said... Hi Friends, I'm Arun Kumar from India, Just a month ago i started learning programming .learned some basics of python. I'm really enjoying programming in python. I have some doubts in python. When we write programs,we write some import statements at the b

Re: [Tutor] about import statement

2011-01-10 Thread Max Countryman
On Jan 10, 2011, at 7:58 AM, arun kumar wrote: > how to know that we > should import something. How do we know that certain classes are in > particular module? You know to import a module if you need part of that module. Perhaps you need a class or function defined in the module. There are seve

Re: [Tutor] about import statement

2011-01-10 Thread bob gailer
On 1/10/2011 7:58 AM, arun kumar wrote: Hi Friends, I'm Arun Kumar from India, Just a month ago i started learning programming .learned some basics of python. I'm really enjoying programming in python. I have some doubts in python. When we write programs,we write some import statements at the b

[Tutor] about import statement

2011-01-10 Thread arun kumar
Hi Friends, I'm Arun Kumar from India, Just a month ago i started learning programming .learned some basics of python. I'm really enjoying programming in python. I have some doubts in python. When we write programs,we write some import statements at the beginning of the code. how to know that we