<?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>Syntax Error &#187; Code</title>
	<atom:link href="http://www.latorra.org/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.latorra.org</link>
	<description>Probably missing a ;</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stupid Python Mistake #301</title>
		<link>http://www.latorra.org/2010/06/13/stupid-python-mistake-301/</link>
		<comments>http://www.latorra.org/2010/06/13/stupid-python-mistake-301/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 05:12:03 +0000</pubDate>
		<dc:creator>Sage LaTorra</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.latorra.org/?p=53</guid>
		<description><![CDATA[Turns out the difference between using xrange and range to get the integers from 1 to 1 million is several gigs of virtual memory. Good to know.]]></description>
			<content:encoded><![CDATA[<p>Turns out the difference between using xrange and range to get the integers from 1 to 1 million is several gigs of virtual memory. Good to know.</p>
<p>Just one more good reason to proof my code before running, that missing x brought my system to a crawl.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latorra.org/2010/06/13/stupid-python-mistake-301/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level Up</title>
		<link>http://www.latorra.org/2010/06/05/level-up/</link>
		<comments>http://www.latorra.org/2010/06/05/level-up/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 06:15:10 +0000</pubDate>
		<dc:creator>Sage LaTorra</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Project Euler]]></category>

		<guid isPermaLink="false">http://www.latorra.org/?p=13</guid>
		<description><![CDATA[It took some thinking, but I finally reached level one on Project Euler, having solved 25 problems.]]></description>
			<content:encoded><![CDATA[<p>It took some thinking, but I finally reached level one on <a href="http://projecteuler.net" target="_blank">Project Euler</a>, having solved 25 problems.</p>
<div id="attachment_14" class="wp-caption aligncenter" style="width: 110px"><a href="http://www.latorra.org/wp-content/uploads/2010/06/tetrahedron.gif"><img class="size-full wp-image-14" title="tetrahedron" src="http://www.latorra.org/wp-content/uploads/2010/06/tetrahedron.gif" alt="Project Euler Level 1 Badge" width="100" height="102" /></a><p class="wp-caption-text">Project Euler Level 1 Badge</p></div>
<p>If you haven&#8217;t heard of it, <a href="http://projecteuler.net" target="_blank">Project Euler</a> is a challenge site with several hundred problems that you write code to solve and submit an answer for verification. They&#8217;re generally pretty well done, with obvious solutions that are intractable but good solutions that run in about a minute. It&#8217;s kind of like an ACM competition with no time limit, and it&#8217;s a pretty addictive way to spend an Saturday evening.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latorra.org/2010/06/05/level-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

