how do you learn python APIs?
Keith Beattie
KSBeattie at lbl.gov
Fri Jun 20 22:03:22 EDT 2003
More information about the Python-list mailing list
Fri Jun 20 22:03:22 EDT 2003
- Previous message (by thread): how do you learn python APIs?
- Next message (by thread): how do you learn python APIs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I'm relatively new to python and would like to know how more seasoned python programmers learn new APIs. My inclination (as a recent Java programmer) is to have a javadoc like interface, and pydoc is close, but the lack of types make it difficult so discern what a method does without other documentation. Doing dir(foo) on objects directly in the interpreter which is helpful but, I guess I'd like to know what the pythonic way of doing things is, or ask how people go about learning a new module. Thanks, ksb
- Previous message (by thread): how do you learn python APIs?
- Next message (by thread): how do you learn python APIs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list