<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>code.py</title>
	<atom:link href="http://pythonista.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pythonista.wordpress.com</link>
	<description>A blog about life, the universe, and Python.</description>
	<lastBuildDate>Mon, 29 Sep 2008 21:30:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pythonista.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>code.py</title>
		<link>http://pythonista.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pythonista.wordpress.com/osd.xml" title="code.py" />
	<atom:link rel='hub' href='http://pythonista.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A bit of Mathematica</title>
		<link>http://pythonista.wordpress.com/2008/09/29/a-bit-of-mathematica/</link>
		<comments>http://pythonista.wordpress.com/2008/09/29/a-bit-of-mathematica/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:26:41 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=25</guid>
		<description><![CDATA[Today&#8217;s post was motivated by a problem at Project Euler involving the Collatz conjecture. Since this is a little bit spoiler-y, I&#8217;ve included the main body of the post after the cut. Don&#8217;t read it unless you&#8217;ve either solved the problem at Project Euler or you&#8217;re actually looking for spoilers. You have been warned. Recently, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=25&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/09/29/a-bit-of-mathematica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>Licensing</title>
		<link>http://pythonista.wordpress.com/2008/07/08/licensing/</link>
		<comments>http://pythonista.wordpress.com/2008/07/08/licensing/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:07:36 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[free software]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=22</guid>
		<description><![CDATA[It occurred to me just now that, although I&#8217;ve put some code out there on this blog, I haven&#8217;t attached a license to it. Well, now I have. See my about page for details.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=22&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/07/08/licensing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>Pure Python Fibonacci Numbers</title>
		<link>http://pythonista.wordpress.com/2008/07/03/pure-python-fibonacci-numbers/</link>
		<comments>http://pythonista.wordpress.com/2008/07/03/pure-python-fibonacci-numbers/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 11:27:58 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=21</guid>
		<description><![CDATA[A while back, I came across this post, in which the author implements a couple of different algorithms to generate Fibonacci numbers in Python. What he finally ends up with is an algorithm that essentially does matrix exponentiation by repeated squaring, and it runs fairly fast. I thought it&#8217;d be fun to see if I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=21&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/07/03/pure-python-fibonacci-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>Seek and ye shall find&#8230;.</title>
		<link>http://pythonista.wordpress.com/2008/06/13/seek-and-ye-shall-find/</link>
		<comments>http://pythonista.wordpress.com/2008/06/13/seek-and-ye-shall-find/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 19:54:43 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=19</guid>
		<description><![CDATA[One of the things I like best about the Python community is that, chances are, if you&#8217;re after a module to do X, someone&#8217;s probably already written it (and likely at least 2 or 3 someones have).  While the Python Package Index (PyPI) isn&#8217;t nearly as comprehensive as Perl&#8217;s CPAN, or the LaTeX equivalent (CTAN), [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=19&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/13/seek-and-ye-shall-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>Don Knuth is my homeboy</title>
		<link>http://pythonista.wordpress.com/2008/06/03/don-knuth-is-my-homeboy/</link>
		<comments>http://pythonista.wordpress.com/2008/06/03/don-knuth-is-my-homeboy/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 20:33:46 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=16</guid>
		<description><![CDATA[Soon, I&#8217;ll even have the t-shirt to prove it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=16&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/03/don-knuth-is-my-homeboy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>The quest to translate PyPy</title>
		<link>http://pythonista.wordpress.com/2008/06/03/the-quest-to-translate-pypy/</link>
		<comments>http://pythonista.wordpress.com/2008/06/03/the-quest-to-translate-pypy/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:02:36 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=15</guid>
		<description><![CDATA[I&#8217;ve been playing around a little with PyPy, the reimplementation of Python in Python, recently.  Unfortunately, my laptop isn&#8217;t beefy enough to translate the Python-based interpreter to C.  I guess it&#8217;ll have to wait until after I get another gig or two of RAM (it reportedly takes about a gig just to compile the interpreter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=15&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/03/the-quest-to-translate-pypy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>Which Python GUI toolkit is right for you?</title>
		<link>http://pythonista.wordpress.com/2008/06/02/which-python-gui-toolkit-is-right-for-you/</link>
		<comments>http://pythonista.wordpress.com/2008/06/02/which-python-gui-toolkit-is-right-for-you/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 23:31:05 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=14</guid>
		<description><![CDATA[I just came across this site and thought it was neat.  Rank each criterion with a number from 1-100 and the site will tell you which of Python&#8217;s GUI toolkits best suits you.  According to it, I should use wxPython, but I&#8217;ve always liked Tkinter best myself.  Now that Tkinter uses native widgets on all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=14&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/02/which-python-gui-toolkit-is-right-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s official: I&#8217;m a switcher.</title>
		<link>http://pythonista.wordpress.com/2008/06/02/its-official-im-a-switcher/</link>
		<comments>http://pythonista.wordpress.com/2008/06/02/its-official-im-a-switcher/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 22:30:57 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[free software]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=13</guid>
		<description><![CDATA[I&#8217;ve decided to switch web browsers.  I&#8217;ve been using Firefox, and, while it&#8217;s been generally adequate, I&#8217;ve found Opera to be superior.  Opera seems to use less memory, have more features, and be faster than Firefox, based on my testing.  On the other hand, Opera is not Free Software. I&#8217;m rather disappointed about this last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=13&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/02/its-official-im-a-switcher/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;ve been Reddit-ed!</title>
		<link>http://pythonista.wordpress.com/2008/06/02/ive-been-reddit-ed/</link>
		<comments>http://pythonista.wordpress.com/2008/06/02/ive-been-reddit-ed/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:52:02 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=12</guid>
		<description><![CDATA[Well, 500+ hits in one day, less than a week after starting this blog.  Who&#8217;da thunk it?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=12&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/02/ive-been-reddit-ed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
		<item>
		<title>Help a Pythonista out!</title>
		<link>http://pythonista.wordpress.com/2008/06/02/help-a-pythonista-out/</link>
		<comments>http://pythonista.wordpress.com/2008/06/02/help-a-pythonista-out/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 14:12:31 +0000</pubDate>
		<dc:creator>thepythonista</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pythonista.wordpress.com/?p=10</guid>
		<description><![CDATA[Has anybody read Programming Collective Intelligence?  I&#8217;m considering purchasing it from amazon.com, but I don&#8217;t really trust the reviews there much.  Post a comment if you&#8217;ve read this book, and tell me what you think of it!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pythonista.wordpress.com&amp;blog=3821369&amp;post=10&amp;subd=pythonista&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pythonista.wordpress.com/2008/06/02/help-a-pythonista-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">thepythonista</media:title>
		</media:content>
	</item>
	</channel>
</rss>
