absolute beginners question about API documentation

Dave Kuhlman dkuhlman at rexx.com
Sun Jul 6 14:22:50 EDT 2003


Markus Joschko wrote:

> Hi all,
> I' new to python programming but a longtime java programmer.
> Is there an API documentation like the javadoc API from java?
> 
> I'm want to know all methods I can use on dictionaries. Where can
> I get an overview about these?
> I looked on python.org but haven't found such an overview.
> 

If you are asking about the *Python* API, then look here:

    http://www.python.org/doc/current/lib/typesmapping.html

If you are asking about the C API (which is less likely but
possible), then look here:

    http://www.python.org/doc/current/api/dictObjects.html

Hope this helps.

  - Dave

-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman
dkuhlman at rexx.com




More information about the Python-list mailing list