Python API

Bob Gailer bgailer at alum.rpi.edu
Fri Sep 19 18:27:36 EDT 2003


At 04:10 PM 9/19/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

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

This is part of the string module. Be aware that for most string operations 
you no longer need this module; you can use the find method of a string e.g 
haystack.find('needle') (assuming haystack is a variable bound to a string.)

Bob Gailer
bgailer at alum.rpi.edu
303 442 2625
-------------- next part --------------

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003


More information about the Python-list mailing list