Update the sorting mini-howto
Years ago I wrote the Sorting mini-howto, currently at
http://www.amk.ca/python/howto/sorting/sorting.html
I've had various people thank me for that, in person and
through email.
It's rather out of date now given the decorate-sort-undecorate
option and 'sorted' functions in Python 2.4. Hmmm, and perhaps
also some mention of rich comparisons.
I don't particularly want to update it myself so I'm tossing it
to the winds. Anyone here want to take care of it? I'll
provide feedback if you want it.
Email me if you're interested.
Andrew
dalke@xxxxxxxxxxxxxxxxxxx
.
Relevant Pages
- Re: Too Many if Statements?
... Hmmm - good responses all around. ... feedback. ... it eventually crashes out of Python entirely). ... (comp.lang.python) - Re: Official definition of call-by-value (Re: Finding the instance reference...)
... Python docs or elsewhere, despite the fact that a value is one of the ... we usually don't care about identity: ... But context is important: ... we should be indifferent to whether ... (comp.lang.python) - Re: atexit + threads = bug?
... Well, since atexit callbacks are written in Python, it's absurd on the ... examination of details most people will never care about makes for bad ... > the basis that the mere prophecy of my death is tantamount to the death ... (comp.lang.python) - Re: Vectors in Visual Python
... >> thinking that the visciousness with wihich you were attacking someone ... >> don't care much about that part of the discussion one way or another) ... the technical aspects of Python. ... threat to the fate of Python - technical or otherwise. ... (comp.lang.python) - Re: math.nroot [was Re: A brief question.]
... settable traps and flags and rounding modes and all that jazz. ... Maybe we should just implement floats in Python. ... Your platform C may or may not, and your OS may or may not. ... I only really care about platforms that make at least a half-hearted ... (comp.lang.python) |
|