En Wed, 17 Oct 2007 18:03:56 -0300, Debajit Adhikary <[EMAIL PROTECTED]> escribió:
> What in general is a good way to learn about little things like these? > (I'm fairly new to the language) > > A google search for 'python list methods" did not turn up the + > operator anywhere for me. Where could I find the official > documentation for built in structures like the list? Operators are hard to find... For the available list methods, see http://docs.python.org/lib/typesseq.html and http://docs.python.org/lib/typesseq-mutable.html From the Library Reference, you should read at least section 2 (Built-in Objects) and section 3 (Built-in types), and the remaining section titles so you know they exist at least. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list