<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Why I should be debugging again!</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Thu, 09 Feb 2012 16:58:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again/comment-page-1#comment-23</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 Nov 2005 13:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=15#comment-23</guid>
		<description>Oops, should be &lt;blockquote&gt;&lt;code&gt;my_list = [e for i, e in enumerate(my_list) if &lt;b&gt;not&lt;/b&gt; some_condition]&lt;/code&gt;&lt;/blockquote&gt;  I frequently need the debugger myself. :-)</description>
		<content:encoded><![CDATA[<p>Oops, should be<br />
<blockquote><code>my_list = [e for i, e in enumerate(my_list) if <b>not</b> some_condition]</code></p></blockquote>
<p>  I frequently need the debugger myself. <img src='http://wolfram.kriesing.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again/comment-page-1#comment-22</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 Nov 2005 13:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=15#comment-22</guid>
		<description>Here's how I'd do it: &lt;blockquote&gt;&lt;code&gt;my_list = [e for i, e in enumerate(my_list) if some_condition]&lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how I&#8217;d do it:<br />
<blockquote><code>my_list = [e for i, e in enumerate(my_list) if some_condition]</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfram</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again/comment-page-1#comment-21</link>
		<dc:creator>Wolfram</dc:creator>
		<pubDate>Mon, 07 Nov 2005 18:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=15#comment-21</guid>
		<description>I learned that this was really bad code, I am still in the process of catching up with what is pythonic, and that was just to illustrate the problem. thanks anyway</description>
		<content:encoded><![CDATA[<p>I learned that this was really bad code, I am still in the process of catching up with what is pythonic, and that was just to illustrate the problem. thanks anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay P.</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again/comment-page-1#comment-20</link>
		<dc:creator>Jay P.</dc:creator>
		<pubDate>Mon, 07 Nov 2005 18:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=15#comment-20</guid>
		<description>Regarding your code, using filter() (or itertools.ifilter) would probably be a better way to do what you're doing. Iterating over the length of the list, and removing items by index, is very bad form (in Python).

Jay P.</description>
		<content:encoded><![CDATA[<p>Regarding your code, using filter() (or itertools.ifilter) would probably be a better way to do what you&#8217;re doing. Iterating over the length of the list, and removing items by index, is very bad form (in Python).</p>
<p>Jay P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pythohead</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/why-i-should-be-debugging-again/comment-page-1#comment-19</link>
		<dc:creator>pythohead</dc:creator>
		<pubDate>Mon, 07 Nov 2005 17:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=15#comment-19</guid>
		<description>winpdb is a new debugger that is quite nice:
http://www.digitalpeers.com/pythondebugger/</description>
		<content:encoded><![CDATA[<p>winpdb is a new debugger that is quite nice:<br />
<a href="http://www.digitalpeers.com/pythondebugger/" rel="nofollow">http://www.digitalpeers.com/pythondebugger/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

