Python API

Erik Max Francis max at alcyone.com
Fri Sep 19 18:30:34 EDT 2003


RR wrote:

> Hello, where is nice site that would have python API documentation?
> In particular I am trying to find documentation on the function
> string.find

python.org has the Language and Standard References.

The string module is documented here:

	http://www.python.org/doc/current/lib/module-string.html

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ Forgiveness is another word for letting go.
\__/  Matthew Fox




More information about the Python-list mailing list