<?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: Scripts and Python 3.0, part 1</title>
	<atom:link href="http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/</link>
	<description>a step-by-step guide to create Python applications in bioinformatics</description>
	<lastBuildDate>Mon, 22 Feb 2010 18:22:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22324</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Mon, 08 Dec 2008 22:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22324</guid>
		<description>Indeed, it runs on 2.x, I&#039;m just trying to point out the small differences and build up to a near future when large scripts would be translated into 3.0. A 500-line code can be easily changed by using 2to3, you might have 30 or 40 print statements that need to be converted to functions.</description>
		<content:encoded><![CDATA[<p>Indeed, it runs on 2.x, I&#8217;m just trying to point out the small differences and build up to a near future when large scripts would be translated into 3.0. A 500-line code can be easily changed by using 2to3, you might have 30 or 40 print statements that need to be converted to functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lennart Regebro</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22309</link>
		<dc:creator>Lennart Regebro</dc:creator>
		<pubDate>Mon, 08 Dec 2008 12:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22309</guid>
		<description>It&#039;s worth to note that all the code above runs under Python 2. ;) The differences has been overhyped.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth to note that all the code above runs under Python 2. <img src='http://python.genedrift.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The differences has been overhyped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22223</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Sat, 06 Dec 2008 21:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22223</guid>
		<description>Corrected, pasted from the wrong file and didn&#039;t notice the error. Thanks everyone.

@Steve: not yet, these are very simple examples and I&#039;m planning to do that for more complex things. Thanks for the suggestion.</description>
		<content:encoded><![CDATA[<p>Corrected, pasted from the wrong file and didn&#8217;t notice the error. Thanks everyone.</p>
<p>@Steve: not yet, these are very simple examples and I&#8217;m planning to do that for more complex things. Thanks for the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22217</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Sat, 06 Dec 2008 19:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22217</guid>
		<description>Your python3 code does not have the brackets its the same as the original code.</description>
		<content:encoded><![CDATA[<p>Your python3 code does not have the brackets its the same as the original code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Watkins</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22216</link>
		<dc:creator>Michael Watkins</dc:creator>
		<pubDate>Sat, 06 Dec 2008 19:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22216</guid>
		<description>It appears you&#039;ve pasted your Python 2 example as your Python 3 solution in error.</description>
		<content:encoded><![CDATA[<p>It appears you&#8217;ve pasted your Python 2 example as your Python 3 solution in error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22215</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 06 Dec 2008 19:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22215</guid>
		<description>You last example has the same print statements.</description>
		<content:encoded><![CDATA[<p>You last example has the same print statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22213</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 06 Dec 2008 18:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22213</guid>
		<description>Code blocks 3 and 4 are exactly the same :-)

Otherwise, good introduction to one of the larger differences between the old and new.</description>
		<content:encoded><![CDATA[<p>Code blocks 3 and 4 are exactly the same <img src='http://python.genedrift.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Otherwise, good introduction to one of the larger differences between the old and new.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Holden</title>
		<link>http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/comment-page-1/#comment-22209</link>
		<dc:creator>Steve Holden</dc:creator>
		<pubDate>Sat, 06 Dec 2008 18:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/06/scripts-and-python-30-part-1/#comment-22209</guid>
		<description>Have you tried running your programs through the 2to3 converter to see whether that might save you some work?</description>
		<content:encoded><![CDATA[<p>Have you tried running your programs through the 2to3 converter to see whether that might save you some work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

