<?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"
	>

<channel>
	<title>The Gumption Blog &#187; python</title>
	<atom:link href="http://www.gumption.com/blog/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gumption.com/blog</link>
	<description>Resisting Gumption Traps Since 1995</description>
	<pubDate>Tue, 14 Oct 2008 13:14:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Climbing The Stack</title>
		<link>http://www.gumption.com/blog/2008/08/20/climbing-the-stack/</link>
		<comments>http://www.gumption.com/blog/2008/08/20/climbing-the-stack/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 22:20:36 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.gumption.com/blog/?p=152</guid>
		<description><![CDATA[When I was in college, I used to look at the kids who took the compiler theory classes and loved to work in assembler and think to myself, &#8220;Thank goodness you like that stuff.  Now I can concentrate on solving real problems with C.&#8221;
Now I realize that I&#8217;m starting to look at C programmers the [...]]]></description>
			<content:encoded><![CDATA[<p>When I was in college, I used to look at the kids who took the compiler theory classes and loved to work in assembler and think to myself, &#8220;Thank goodness <em>you</em> like that stuff.  Now I can concentrate on solving <em>real</em> problems with C.&#8221;</p>
<p>Now I realize that I&#8217;m starting to look at C programmers the same way.  &#8220;Thank goodness <em>you</em> like that stuff.  Now I can concentrate on solving <em>real</em> problems with Python.&#8221;</p>
<p>I guess I&#8217;m just a &#8220;top of the stack&#8221; kind of guy.  Shoulders of giants and all that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gumption.com/blog/2008/08/20/climbing-the-stack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rescuing Code</title>
		<link>http://www.gumption.com/blog/2007/05/09/rescuing-code/</link>
		<comments>http://www.gumption.com/blog/2007/05/09/rescuing-code/#comments</comments>
		<pubDate>Wed, 09 May 2007 17:46:58 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
		
		<category><![CDATA[djedna]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.gumption.com/blog/2007/05/09/rescuing-code/</guid>
		<description><![CDATA[I&#8217;ve been working recently on &#8220;rescuing&#8221; some code I had written a year ago (under the codename KARPmusic) to control icecast and ices.  It&#8217;s written in python, so at least that part is easy, but it was written against the TurboGears web development framework rather than Django which I&#8217;m using now.  Thus, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working recently on &#8220;rescuing&#8221; some code I had written a year ago (under the codename KARPmusic) to control <a href="http://icecast.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/icecast.org');">icecast</a> and <a href="http://icecast.org/ices.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/icecast.org');">ices</a>.  It&#8217;s written in python, so at least that part is easy, but it was written against the <a href="http://www.turbogears.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.turbogears.org');">TurboGears</a> web development framework rather than <a href="http://www.djangoproject.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.djangoproject.com');">Django</a> which I&#8217;m using now.  Thus, it&#8217;s not a simple copy/paste task.</p>
<p>I actually enjoy this kind of archaeological coding.  It&#8217;s very zen-like because the underlying logic of the code is done and working.  All I have to do is put a fresh coat of &#8220;syntax-paint&#8221; on it.  Some might find that kind of coding tedious because you aren&#8217;t actually creating anything new.  I like it because it allows me to focus on some of the more esoteric aspects of programming (e.g. coding-style, unit-testing) which usually take a back seat to functionality.  Another benefit to this kind of code-migration is that I am personally confronted with how much better a python programmer I am now than a year ago.</p>
<p>Now, if I could just apply the same zen-like strategy to other aspects of my life.  &#8220;I&#8217;m going back and re-integrating some of my childhood belief patterns into my current life.  Anyone know what I can do with this &#8216;trust authority&#8217; pattern I&#8217;ve found?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gumption.com/blog/2007/05/09/rescuing-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Is Python?</title>
		<link>http://www.gumption.com/blog/2007/05/04/what-is-python/</link>
		<comments>http://www.gumption.com/blog/2007/05/04/what-is-python/#comments</comments>
		<pubDate>Fri, 04 May 2007 22:29:14 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.gumption.com/blog/2007/05/04/what-is-python/</guid>
		<description><![CDATA[Many of you know about the programming language python that I&#8217;ve become enamored with over the past year or so.  Some of you may have thought I was talking about snakes or Monty.
For those of you that are interested, Curt (yes, Curt again, get used to hearing about him) just sent me a link [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you know about the programming language <a href="http://www.python.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.python.org');">python</a> that I&#8217;ve become enamored with over the past year or so.  Some of you may have thought I was talking about <a href="http://wikipedia.org/wiki/Python" onclick="javascript:pageTracker._trackPageview('/outbound/article/wikipedia.org');">snakes</a> or <a href="http://wikipedia.org/wiki/Monty_python" onclick="javascript:pageTracker._trackPageview('/outbound/article/wikipedia.org');">Monty</a>.</p>
<p>For those of you that are interested, <a href="http://blog.iffy.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.iffy.us');">Curt</a> (yes, Curt again, get used to hearing about him) just sent me a link to this cool video of a Google presentation,     <a href="http://video.google.com/videoplay?docid=7760178035196894549&amp;hl=en" onclick="javascript:pageTracker._trackPageview('/outbound/article/video.google.com');">Advanced Python (or Understanding Python)</a>.  Even if you&#8217;re an experienced snake charmer there&#8217;s probably something in there you didn&#8217;t know.</p>
<p>Oh, and this gives me a chance to try this &#8220;video embedding&#8221; that seems to be all the rage right now. <img src='http://www.gumption.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7760178035196894549&#038;hl=en" flashvars=""> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gumption.com/blog/2007/05/04/what-is-python/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
