<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>learning python</title>
	<link>http://www.learningpython.com</link>
	<description>one man's journey into python...</description>
	<lastBuildDate>Tue, 10 Mar 2009 21:54:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Iterators, Iterables, and Generators! Oh, my!</title>
		<description><![CDATA[By: Mark Mruss
Note: This article was first published the January 2008 issue of Python Magazine
Iterators, iterables, and generators are features handled so wall by Python that people programming in other languages cannot help but drool over. Fortunately for us, creating iterators, iterables and generators is a relatively simple task. This article introduces the concepts of [...]]]></description>
		<link>http://www.learningpython.com/2009/02/23/iterators-iterables-and-generators-oh-my/</link>
			</item>
	<item>
		<title>DodgerEditor 0.1a</title>
		<description><![CDATA[So just to prove that I&#8217;m a masochist and that the Dodger Editor is not dead (even though I don&#8217;t think that anyone has been using it) I thought I&#8217;d post a quick update. No the editor is not dead and no neither am I.
I&#8217;m still writing for Python Magazine and working on the editor [...]]]></description>
		<link>http://www.learningpython.com/2008/11/14/dodgereditor-01a/</link>
			</item>
	<item>
		<title>TextWidget 0.1</title>
		<description><![CDATA[It&#8217;s been a long time since I worked on TextWidget at all, but since someone posted a question about it I decided to fix the issue and re-release the source. But since I didn&#8217;t want to simply update the blog post I decided to give the project a proper home on google code: http://code.google.com/p/textwidget/
The project [...]]]></description>
		<link>http://www.learningpython.com/2008/09/21/textwidget-01/</link>
			</item>
	<item>
		<title>An Introduction to PyQt: creating GUIs with Python&#8217;s QT bindings</title>
		<description><![CDATA[By: Mark Mruss
Note: This article was first published the December 2007 issue of Python Magazine
While the command line will never cease to be useful, nothing will impress your friends more than your latest python masterpiece wrapped up in a slick cross-platform Graphical User Interface (GUI). This tutorial will show you how to create a simple [...]]]></description>
		<link>http://www.learningpython.com/2008/09/20/an-introduction-to-pyqt/</link>
			</item>
	<item>
		<title>Dodger Editor 0.1</title>
		<description><![CDATA[So here it is the initial release of the Dodger Editor. You can download the source from the google code page. Originally I wanted to wait longer to release the first version, but as time went on and it kept taking longer and longer I realized that if I didn&#8217;t release the first version at [...]]]></description>
		<link>http://www.learningpython.com/2008/08/25/dodger-editor-01/</link>
			</item>
	<item>
		<title>Back from Holidays</title>
		<description><![CDATA[Sorry about the lack of updates and responses here everyone. I&#8217;ve been away on holidays so I haven&#8217;t had any time to access this blog or work on the level editor at all. I&#8217;m going to try to get the code up as soon as possible so that anyone interested can start playing with it [...]]]></description>
		<link>http://www.learningpython.com/2008/08/18/back-from-holidays-2/</link>
			</item>
	<item>
		<title>Level Editor 0.3 (Dodger)</title>
		<description><![CDATA[I know it&#8217;s been a while and for that I apologize the last few months have been pretty crazy around here&#8230;although I&#8217;m starting to see a trend with life in general lately, namely that it&#8217;s always crazy.
I&#8217;ve been busy with work, Python Magazine, my wife, trips to Dallas, and yes whenever I get a chance [...]]]></description>
		<link>http://www.learningpython.com/2008/06/22/level-editor-03-dodger/</link>
			</item>
	<item>
		<title>Operator Overload! Learn how to change the behavior of equality operators.</title>
		<description><![CDATA[By: Mark Mruss
Note: This article was first published the November 2007 issue of Python Magazine
While the equality operator works great on numbers and strings the fact the way it treats your custom objects really is not that useful. This article looks into overloading the equality operator so that you can easily compare your custom classes.

Introduction
Introducing [...]]]></description>
		<link>http://www.learningpython.com/2008/06/21/operator-overload-learn-how-to-change-the-behavior-of-equality-operators/</link>
			</item>
	<item>
		<title>Possible hackage</title>
		<description><![CDATA[Note: The blog was hacked. I spent all night trying to clean it up. If you have registered here you may think about changing your password. Sorry about this folks it pretty much sucks.
Hey everyone,
Just to let you know there is a strong possibility that this blog was hacked recently.  A helpful user (Eoin) [...]]]></description>
		<link>http://www.learningpython.com/2008/05/30/possible-hackage/</link>
			</item>
	<item>
		<title>Elegant XML parsing using the ElementTree Module</title>
		<description><![CDATA[Mark Mruss
Note: This article was first published the October 2007 issue of Python Magazine
XML is everywhere.  It seems you can&#8217;t do much these days unless you utilize XML in one way or another. Fortunately, Python developers have a new tool in our standard arsenal: the ElementTree module. This article aims to introduce you to [...]]]></description>
		<link>http://www.learningpython.com/2008/05/07/elegant-xml-parsing-using-the-elementtree-module/</link>
			</item>
</channel>
</rss>
