<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sonnet primes in Python</title>
	<atom:link href="http://www.johndcook.com/blog/2013/01/08/sonnet-primes-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2013/01/08/sonnet-primes-in-python/</link>
	<description>John D. Cook</description>
	<lastBuildDate>Mon, 20 May 2013 01:18:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Narcissus prime in Python &#8212; The Endeavour</title>
		<link>http://www.johndcook.com/blog/2013/01/08/sonnet-primes-in-python/comment-page-1/#comment-95</link>
		<dc:creator>Narcissus prime in Python &#8212; The Endeavour</dc:creator>
		<pubDate>Thu, 17 Jan 2013 12:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12713#comment-95</guid>
		<description><![CDATA[[...] I could rewrite them using Python. For example, I rewrote my code for finding sonnet primes in Python a few days ago. Next I wanted to try testing the Narcissus [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] I could rewrite them using Python. For example, I rewrote my code for finding sonnet primes in Python a few days ago. Next I wanted to try testing the Narcissus [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Green</title>
		<link>http://www.johndcook.com/blog/2013/01/08/sonnet-primes-in-python/comment-page-1/#comment-94</link>
		<dc:creator>Rob Green</dc:creator>
		<pubDate>Tue, 08 Jan 2013 14:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12713#comment-94</guid>
		<description><![CDATA[Love the alignment of your code! Makes everything look beautiful, even poetic.]]></description>
		<content:encoded><![CDATA[<p>Love the alignment of your code! Makes everything look beautiful, even poetic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evpok</title>
		<link>http://www.johndcook.com/blog/2013/01/08/sonnet-primes-in-python/comment-page-1/#comment-93</link>
		<dc:creator>Evpok</dc:creator>
		<pubDate>Tue, 08 Jan 2013 13:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12713#comment-93</guid>
		<description><![CDATA[Rather than filter, I would have used
&lt;code&gt;
    sonnet_primes = (number for number in sonnet_numbers if isprime(number))
&lt;/code&gt;
It is a bit more verbose, but it looks more obvious to me, especially in the context of mathematics]]></description>
		<content:encoded><![CDATA[<p>Rather than filter, I would have used<br />
<code><br />
    sonnet_primes = (number for number in sonnet_numbers if isprime(number))<br />
</code><br />
It is a bit more verbose, but it looks more obvious to me, especially in the context of mathematics</p>
]]></content:encoded>
	</item>
</channel>
</rss>
