<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Python Quicksort</title>
	<atom:link href="http://www.emgarten.com/python-quicksort.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emgarten.com/python-quicksort.htm</link>
	<description>Exploring the realms of code..</description>
	<pubDate>Fri, 21 Nov 2008 19:58:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bob Farrell</title>
		<link>http://www.emgarten.com/python-quicksort.htm#comment-262</link>
		<dc:creator>Bob Farrell</dc:creator>
		<pubDate>Wed, 14 May 2008 14:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/python-quicksort.htm#comment-262</guid>
		<description>I think it's a good idea to note that the Python list sort can take a "key" argument, so you would do, e.g.:
yourlist.sort( key=operator.itemgetter(x) )
Where yourlist is a list of tuples and x is the index you wish to sort by.

Usually a good idea to read the docs before publishing. :-)</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s a good idea to note that the Python list sort can take a &#8220;key&#8221; argument, so you would do, e.g.:<br />
yourlist.sort( key=operator.itemgetter(x) )<br />
Where yourlist is a list of tuples and x is the index you wish to sort by.</p>
<p>Usually a good idea to read the docs before publishing. <img src='http://www.emgarten.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
