sorting list of tuples by second (third...) tuple item

Marcus Stojek stojek at part-gmbh.de
Thu Feb 14 08:45:07 EST 2002


Hi,

I am still struggling with tuple-lists.

How can I sort a list of tuples (all tuples have 4 float items)
by the second (or third or n-th) tuple item. And I have to
do it fast.

Tanks,
Marcus



More information about the Python-list mailing list