<?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>Grayger &#187; Python</title>
	<atom:link href="http://www.grayger.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grayger.com</link>
	<description>In the pursuit of effectiveness</description>
	<lastBuildDate>Sat, 02 Jul 2011 16:38:53 +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>Generators in Python</title>
		<link>http://www.grayger.com/uncategorized/generators-in-python/</link>
		<comments>http://www.grayger.com/uncategorized/generators-in-python/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 02:10:00 +0000</pubDate>
		<dc:creator>grayger</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Generator]]></category>

		<guid isPermaLink="false">http://grayger.hosting.paran.com/wordpress/?p=15</guid>
		<description><![CDATA[Even though I have used Python many times to implement my own game idea, I haven&#8217;t reconized generator until today.
I am a little surprised at the lazy evaluation technique because it doesn&#8217;t exist in Java world.
]]></description>
			<content:encoded><![CDATA[<p>Even though I have used Python many times to implement my own game idea, I haven&#8217;t reconized <a href="http://en.wikipedia.org/wiki/Python_syntax_and_semantics#Generators">generator</a> until today.<br />
I am a little surprised at the <a href="http://en.wikipedia.org/wiki/Lazy_evaluation">lazy evaluation</a> technique because it doesn&#8217;t exist in Java world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grayger.com/uncategorized/generators-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python design pattern</title>
		<link>http://www.grayger.com/uncategorized/python-design-pattern/</link>
		<comments>http://www.grayger.com/uncategorized/python-design-pattern/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 16:41:00 +0000</pubDate>
		<dc:creator>grayger</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design pattern]]></category>

		<guid isPermaLink="false">http://grayger.hosting.paran.com/wordpress/?p=14</guid>
		<description><![CDATA[I spent my Saturday morning watching Google tech talk on python design patterns
It validates the statement &#8220;Design is not indepent from the inplementation&#8217;s technology&#8221; with python case.
]]></description>
			<content:encoded><![CDATA[<p>I spent my Saturday morning watching Google tech talk on <a href="http://video.google.com/videoplay?docid=-3035093035748181693">python design patterns</a><br />
It validates the statement &#8220;Design is not indepent from the inplementation&#8217;s technology&#8221; with python case.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grayger.com/uncategorized/python-design-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

