difference between string and list

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Feb 28 19:16:45 EST 2007


En Tue, 27 Feb 2007 18:00:25 -0300, lincoln rutledge <lincolnr at oar.net>  
escribió:

> Okay, I actually have those pages up in my browser.  I found the string
> methods:
> http://docs.python.org/lib/string-methods.html
>
> But I am having trouble finding the same information for lists...

On that page, click on "TOC - Table of Contents". You were exactly at  
section 3.6.1 "String methods"; now go to section 3.6.4 "Mutable Sequence  
Types"
Another way to find that, is using the "Index" page - under "L" you find  
"list: type, operations on"
It's very useful, at least, overview the two chapters on builtin functions  
and builtin types.

-- 
Gabriel Genellina




More information about the Python-list mailing list