Re: Sorting Documentation



pinkfloydhomer@xxxxxxxxx wrote_

>I want to read a little bit about sorting in Python (sorted() and
> method sort()). But I can't seem to find anything in the documentation
> at the homepage?

sorted() is a function that works on arbitrary sequences, and is
described in the "built-in functions" chapter:

http://www.python.org/doc/current/lib/built-in-funcs.html

sort() is a list method, and is documented under sequences:

http://www.python.org/doc/current/lib/typesseq-mutable.html

</F>



.



Relevant Pages

  • Sorting Documentation
    ... I want to read a little bit about sorting in Python and ... But I can't seem to find anything in the documentation ... Prev by Date: ...
    (comp.lang.python)
  • Re: Sorting Documentation
    ... > I want to read a little bit about sorting in Python and ... But I can't seem to find anything in the documentation ... Prev by Date: ...
    (comp.lang.python)
  • Re: Finding installed package files
    ... for making installation information more easily accessible? ... >> somewhere where more information about the key parts of the package ... >> As an example I installed the latest Python on Fedora 3. ... what one would expect is a form of help documentation much more integrated ...
    (alt.os.linux.redhat)
  • Re: Bitching about the documentation...
    ... > a language need complaints about the language? ... To give potential adopters of Python a more even handed view ... but sometimes "constructive criticism" means ... I have found Python's documentation to generally be excellent. ...
    (comp.lang.python)
  • Re: My Python annoyances
    ... incomplete documentation, a maze of little platform-specific quirks to ... Python base classes have changed behavior. ... perhaps the best introduction to the language when it was written. ... I filed a bug report. ...
    (comp.lang.python)