<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Umut Rıza Ertürk&#039;s Weblog &#187; python</title>
	<atom:link href="http://www.hevi.info/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hevi.info</link>
	<description>Umut Rıza Ertürk&#039;s Personal Weblog :)</description>
	<lastBuildDate>Sun, 20 Nov 2011 23:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>finding prime numbers in a range using python</title>
		<link>http://www.hevi.info/2009/12/finding-prime-numbers-in-a-range-using-python/</link>
		<comments>http://www.hevi.info/2009/12/finding-prime-numbers-in-a-range-using-python/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:33:22 +0000</pubDate>
		<dc:creator>Hevi</dc:creator>
				<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[prime numbers]]></category>
		<category><![CDATA[python benchmark]]></category>

		<guid isPermaLink="false">http://www.hevi.info/?p=332</guid>
		<description><![CDATA[the dictionary definition of prime numbers gives us a clear idea about prime number finding algorithm; &#8216;–noun Mathematics.
a positive integer that is not divisible without remainder by any integer except itself and 1, with 1 often excluded: The integers 2, 3, 5, and 7 are prime numbers. &#8216; according to http://dictionary.reference.com/browse/prime+number.
hence the most primitive algorithm [...]]]></description>
		<wfw:commentRss>http://www.hevi.info/2009/12/finding-prime-numbers-in-a-range-using-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

