On 2007-05-10, HMS Surprise <[EMAIL PROTECTED]> wrote: > Trying not to be a whiner but I sure have trouble finding > syntax in the reference material. I want to know about list > operations such as append. Is there a pop type function? I > looked in tutorial, language reference, and lib for list, > append, sequence. Is there a place where us doofi ( who may not > have our heads out in the sunlight) may find all related syntax > grouped together?
You need the material in the Python Manual in the astonishingly useful Library Reference section 1.2.3: Built-In Types. The only thing you'll look at nearly as much is 1.2.1: Built-In Functions. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list