<?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>Aspirations, thoughts, and Operator overloading &#187; Python</title>
	<atom:link href="http://www.whyaskwhy.org/blog/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whyaskwhy.org/blog</link>
	<description>My forays into the &#34;real world&#34;</description>
	<lastBuildDate>Sun, 05 Feb 2012 23:51:45 +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>Still here</title>
		<link>http://www.whyaskwhy.org/blog/2011/11/still-here/</link>
		<comments>http://www.whyaskwhy.org/blog/2011/11/still-here/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 18:45:22 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Dungeon Defenders]]></category>
		<category><![CDATA[motorcycle]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[The Witcher]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=837</guid>
		<description><![CDATA[My focus this year has drifted from Python programming to learning how to ride a motorcycle and then back to programming. This has been my year so far: Jan-March I worked on Python programming in the form of Synclosure and &#8230; <a href="http://www.whyaskwhy.org/blog/2011/11/still-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2011/11/still-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Editors: Redux</title>
		<link>http://www.whyaskwhy.org/blog/2011/01/python-editors-redux/</link>
		<comments>http://www.whyaskwhy.org/blog/2011/01/python-editors-redux/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 20:02:00 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[PyCharm]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[UliPad]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=731</guid>
		<description><![CDATA[These notes are mainly for my purposes. I won&#8217;t go into enough detail to provide a real review, so check out the links and come up with your own opinion. After my light testing with Python editors last week, I &#8230; <a href="http://www.whyaskwhy.org/blog/2011/01/python-editors-redux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2011/01/python-editors-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Editors</title>
		<link>http://www.whyaskwhy.org/blog/2011/01/python-editors/</link>
		<comments>http://www.whyaskwhy.org/blog/2011/01/python-editors/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 01:48:56 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[DrPython]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Editra]]></category>
		<category><![CDATA[peppy]]></category>
		<category><![CDATA[PyPE]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=722</guid>
		<description><![CDATA[This is one of those topics that pretty much everyone that&#8217;s done more than a few minutes worth of Python has cared about, at one time or another: Finding a good editor. I&#8217;ve been using Notepad++ for several years now &#8230; <a href="http://www.whyaskwhy.org/blog/2011/01/python-editors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2011/01/python-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActivePython license</title>
		<link>http://www.whyaskwhy.org/blog/2011/01/activepython-license/</link>
		<comments>http://www.whyaskwhy.org/blog/2011/01/activepython-license/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 23:00:29 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Synclosure]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=692</guid>
		<description><![CDATA[It suddenly dawned on me yesterday that although the licenses for various modules that Synclosure uses are being respected, I hadn&#8217;t closely looked at the license for ActivePython, which comes into play when using cx_Freeze to &#8220;wrap&#8221; the application and &#8230; <a href="http://www.whyaskwhy.org/blog/2011/01/activepython-license/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2011/01/activepython-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synclosure 0.2.1 (stable) released!</title>
		<link>http://www.whyaskwhy.org/blog/2011/01/synclosure-0-2-1-stable-released/</link>
		<comments>http://www.whyaskwhy.org/blog/2011/01/synclosure-0-2-1-stable-released/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:36:06 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Synclosure]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=708</guid>
		<description><![CDATA[As announced here, Synclosure 0.2.1 has been released. This release fixes an embarrassing bug which resulted in unusable Windows binaries. My apologies to everyone who encountered this problem. Please try the release, provide feedback and let others know of Synclosure &#8230; <a href="http://www.whyaskwhy.org/blog/2011/01/synclosure-0-2-1-stable-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2011/01/synclosure-0-2-1-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN rename *.{{} to *.{}</title>
		<link>http://www.whyaskwhy.org/blog/2010/12/svn-rename-to/</link>
		<comments>http://www.whyaskwhy.org/blog/2010/12/svn-rename-to/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 01:08:07 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=684</guid>
		<description><![CDATA[I imported files into a repo that were supposed to end with the .{} extension, not .{{} as they ended up having. I could have used a shell script to accomplish this, but I&#8217;m forcing myself to do this with &#8230; <a href="http://www.whyaskwhy.org/blog/2010/12/svn-rename-to/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2010/12/svn-rename-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting the number of items in a line</title>
		<link>http://www.whyaskwhy.org/blog/2010/12/counting-the-number-of-items-in-a-line/</link>
		<comments>http://www.whyaskwhy.org/blog/2010/12/counting-the-number-of-items-in-a-line/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 16:25:01 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Note-to-self]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RegEx]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=675</guid>
		<description><![CDATA[This short script was used to count the number of pipes in a line. I wanted to have 9 per line so the Dokuwiki table would be displayed properly, so this script let me know which lines were busted. # &#8230; <a href="http://www.whyaskwhy.org/blog/2010/12/counting-the-number-of-items-in-a-line/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2010/12/counting-the-number-of-items-in-a-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synclosure 0.2 (stable) released!</title>
		<link>http://www.whyaskwhy.org/blog/2010/12/synclosure-0-2-stable-released/</link>
		<comments>http://www.whyaskwhy.org/blog/2010/12/synclosure-0-2-stable-released/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 15:07:19 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Synclosure]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=665</guid>
		<description><![CDATA[As announced here, Synclosure 0.2 has been released. This release incorporates a collection of minor changes to improve application feedback and improve handling of feed errors. Please try the release, provide feedback and let others know of Synclosure if you &#8230; <a href="http://www.whyaskwhy.org/blog/2010/12/synclosure-0-2-stable-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2010/12/synclosure-0-2-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting closer to 0.2</title>
		<link>http://www.whyaskwhy.org/blog/2010/12/getting-closer-to-0-2/</link>
		<comments>http://www.whyaskwhy.org/blog/2010/12/getting-closer-to-0-2/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 19:02:02 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Synclosure]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=656</guid>
		<description><![CDATA[Synclosure I worked on a few annoying bugs (#39, #40) I introduced in r24 and opened up a Twitter account for the project. Next is more work on the Inno Setup installer files and then documentation. Yay. Any graphics artists &#8230; <a href="http://www.whyaskwhy.org/blog/2010/12/getting-closer-to-0-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2010/12/getting-closer-to-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synclosure</title>
		<link>http://www.whyaskwhy.org/blog/2010/11/synclosure/</link>
		<comments>http://www.whyaskwhy.org/blog/2010/11/synclosure/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 20:55:11 +0000</pubDate>
		<dc:creator>deoren</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Redmine]]></category>
		<category><![CDATA[Synclosure]]></category>

		<guid isPermaLink="false">http://www.whyaskwhy.org/blog/?p=627</guid>
		<description><![CDATA[After getting distracted with other things including a job change, moving, gaming, etc, I&#8217;m once more working on software development. The project I&#8217;m really excited about is Synclosure. It&#8217;s been a long time coming, but I have made some progress &#8230; <a href="http://www.whyaskwhy.org/blog/2010/11/synclosure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.whyaskwhy.org/blog/2010/11/synclosure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

