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
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
"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
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
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
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
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