<?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: What Code Golf Taught Me About Python</title>
	<atom:link href="http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/</link>
	<description>{ on programming and the internets, every monday }</description>
	<lastBuildDate>Thu, 17 May 2012 07:59:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: key</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-29445</link>
		<dc:creator>key</dc:creator>
		<pubDate>Thu, 17 May 2012 07:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-29445</guid>
		<description>Depending on the thickness of the used windows can be sized 3.1.3, 4.1.4, 5.1.5 mm.&lt;a href=&quot;http://aluminievadograma.com/&quot; rel=&quot;nofollow&quot;&gt; дограма &lt;/a&gt;&lt;a href=&quot;http://xn--80aafybakikq7bg7c.org&quot; rel=&quot;nofollow&quot;&gt; автоклиматици &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Depending on the thickness of the used windows can be sized 3.1.3, 4.1.4, 5.1.5 mm.<a href="http://aluminievadograma.com/" rel="nofollow"> дограма </a><a href="http://xn--80aafybakikq7bg7c.org" rel="nofollow"> автоклиматици </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: key</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-29411</link>
		<dc:creator>key</dc:creator>
		<pubDate>Wed, 18 Apr 2012 11:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-29411</guid>
		<description>The results of the interview, depending on the preparation, &lt;a href=&quot;http://vimaks-klimatici.com/&quot; rel=&quot;nofollow&quot;&gt; климатици &lt;/a&gt;organization and conduct it. There are three main models for the interview developed by NR Meyer</description>
		<content:encoded><![CDATA[<p>The results of the interview, depending on the preparation, <a href="http://vimaks-klimatici.com/" rel="nofollow"> климатици </a>organization and conduct it. There are three main models for the interview developed by NR Meyer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: key</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-29385</link>
		<dc:creator>key</dc:creator>
		<pubDate>Wed, 18 Apr 2012 08:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-29385</guid>
		<description>Fourth stage: to assess achievements and identify new future goals.
&lt;a href=&quot;http://xn--hxajxbacedk6ejc.net&quot; rel=&quot;nofollow&quot;&gt; κλιματιστικά &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Fourth stage: to assess achievements and identify new future goals.<br />
<a href="http://xn--hxajxbacedk6ejc.net" rel="nofollow"> κλιματιστικά </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lbrandy.com &#187; Blog Archive &#187; Some tips for getting started on Project Euler</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-4176</link>
		<dc:creator>lbrandy.com &#187; Blog Archive &#187; Some tips for getting started on Project Euler</dc:creator>
		<pubDate>Mon, 23 Mar 2009 11:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-4176</guid>
		<description>[...] casually mentioned that he had messed around with Project Euler. He knew I was a bit of a geek for online programming fun and games. Project Euler is a very large set of programming puzzles (247, to date) that tests your ability to [...]</description>
		<content:encoded><![CDATA[<p>[...] casually mentioned that he had messed around with Project Euler. He knew I was a bit of a geek for online programming fun and games. Project Euler is a very large set of programming puzzles (247, to date) that tests your ability to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golf Platzrief</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-1181</link>
		<dc:creator>Golf Platzrief</dc:creator>
		<pubDate>Thu, 11 Dec 2008 02:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-1181</guid>
		<description>There are actually alot of times when you can remove spaces that just seem plain wrong. The same trick works with parentheses as well.

Another example is with numeric literals:

1or 2

… is valid python, as well.

I have a list of similar things that make great tricks in python but that you’d never ever use in real coding.</description>
		<content:encoded><![CDATA[<p>There are actually alot of times when you can remove spaces that just seem plain wrong. The same trick works with parentheses as well.</p>
<p>Another example is with numeric literals:</p>
<p>1or 2</p>
<p>… is valid python, as well.</p>
<p>I have a list of similar things that make great tricks in python but that you’d never ever use in real coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-260</link>
		<dc:creator>louis</dc:creator>
		<pubDate>Wed, 08 Oct 2008 15:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-260</guid>
		<description>Hey hendrik,

Definitely seen your name on the charts. I&#039;ve been taking a break for a few weeks now consumed with other hobbies. The dancing queens is still in the back of my mind since it&#039;s one of the simplest of my unsolved problems (that and Hanoi).</description>
		<content:encoded><![CDATA[<p>Hey hendrik,</p>
<p>Definitely seen your name on the charts. I&#8217;ve been taking a break for a few weeks now consumed with other hobbies. The dancing queens is still in the back of my mind since it&#8217;s one of the simplest of my unsolved problems (that and Hanoi).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hendrik</title>
		<link>http://lbrandy.com/blog/2008/09/what-code-golf-taught-me-about-python/comment-page-1/#comment-236</link>
		<dc:creator>hendrik</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=132#comment-236</guid>
		<description>Hi Louis,

I also have been playing codegolf. You might have seen. I think you are really a great competitor. Much faster solving a problem efficiently than me. I have started thinking how to solve dancing queens and conways game. Not easy.

/Hendrik</description>
		<content:encoded><![CDATA[<p>Hi Louis,</p>
<p>I also have been playing codegolf. You might have seen. I think you are really a great competitor. Much faster solving a problem efficiently than me. I have started thinking how to solve dancing queens and conways game. Not easy.</p>
<p>/Hendrik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

