Skip to content
nvkelso edited this page Apr 20, 2012 · 16 revisions

Very simple stuff here only.

Docs

Using a poorly documented library? Use the built in pydoc program by typing on the command line:

pydoc -p 8080

Then load in a web browser:

http://localhost:8080/

For instance, the docs for OGR is:

http://localhost:8080/osgeo.ogr.html

Sorting

http://wiki.python.org/moin/HowTo/Sorting

Clone this wiki locally