<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: What I Dislike About Python</title>
	<atom:link href="http://morgajel.net/2007/07/01/208/feed/" rel="self" type="application/rss+xml" />
	<link>http://morgajel.net/2007/07/01/208/</link>
	<description>Stemming the flow of evincible Ignorance. We must try to understand for the sake of understanding.</description>
	<pubDate>Mon, 08 Sep 2008 18:01:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: paddy3118</title>
		<link>http://morgajel.net/2007/07/01/208/#comment-6160</link>
		<dc:creator>paddy3118</dc:creator>
		<pubDate>Sun, 01 Jul 2007 21:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://morgajel.net/2007/07/01/208/#comment-6160</guid>
		<description>Indentation: The style guide says use 4 spaces. Never, ever mix tabs and spaces for indentation.

Debugging: heres how to pretty-print pythons native data-structures:
from pprint import pprint 
pprint()

self: there are a wide range of feelings on this. I really learnt OO using Python so prefer it.

Objects: Use only new-style objects!

Super: use only new style classes.

Mysterious fail: Probably how the application is written. python likes to raise exceptions when things fail that give useful tracebacks.
 
The first public Alpha of Python 3k will be out in August this year. Here is Guido's blog on this: http://www.artima.com/weblogs/viewpost.jsp?thread=208549</description>
		<content:encoded><![CDATA[<p>Indentation: The style guide says use 4 spaces. Never, ever mix tabs and spaces for indentation.</p>
<p>Debugging: heres how to pretty-print pythons native data-structures:<br />
from pprint import pprint<br />
pprint()</p>
<p>self: there are a wide range of feelings on this. I really learnt OO using Python so prefer it.</p>
<p>Objects: Use only new-style objects!</p>
<p>Super: use only new style classes.</p>
<p>Mysterious fail: Probably how the application is written. python likes to raise exceptions when things fail that give useful tracebacks.</p>
<p>The first public Alpha of Python 3k will be out in August this year. Here is Guido&#8217;s blog on this: <a href="http://www.artima.com/weblogs/viewpost.jsp?thread=208549" rel="nofollow">http://www.artima.com/weblogs/viewpost.jsp?thread=208549</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
