<?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 2, using 2to3</title>
	<atom:link href="http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/</link>
	<description>a step-by-step guide to create Python applications in bioinformatics</description>
	<lastBuildDate>Sun, 02 May 2010 04:24:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/comment-page-1/#comment-22435</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/#comment-22435</guid>
		<description>Will do. I&#039;m planning to check most of my scripts and wxPython stuff later this week and post here.</description>
		<content:encoded><![CDATA[<p>Will do. I&#8217;m planning to check most of my scripts and wxPython stuff later this week and post here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Peterson</title>
		<link>http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/comment-page-1/#comment-22376</link>
		<dc:creator>Benjamin Peterson</dc:creator>
		<pubDate>Wed, 10 Dec 2008 03:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/#comment-22376</guid>
		<description>I&#039;m glad 2to3 is working for you! If you do find any bugs (and I&#039;m sure there are many), please report them to http://bugs.python.org.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad 2to3 is working for you! If you do find any bugs (and I&#8217;m sure there are many), please report them to <a href="http://bugs.python.org" rel="nofollow">http://bugs.python.org</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Nuin</title>
		<link>http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/comment-page-1/#comment-22369</link>
		<dc:creator>Paulo Nuin</dc:creator>
		<pubDate>Tue, 09 Dec 2008 22:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/#comment-22369</guid>
		<description>Thanks a lot for the suggestion! BTW, these scripts were posted almost two years ago and were just a comparison to some Perl scripts from Beg. Perl for Bioinfo. I guess maybe 3 or 4 scripts have variables with this notation, but you can always help me out and improve my code checking the scripts on the &lt;a href=&quot;http://github.com/nuin/beginning-python-for-bioinformatics/tree/master&quot; rel=&quot;nofollow&quot;&gt;repository&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the suggestion! BTW, these scripts were posted almost two years ago and were just a comparison to some Perl scripts from Beg. Perl for Bioinfo. I guess maybe 3 or 4 scripts have variables with this notation, but you can always help me out and improve my code checking the scripts on the <a href="http://github.com/nuin/beginning-python-for-bioinformatics/tree/master" rel="nofollow">repository</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/comment-page-1/#comment-22367</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 09 Dec 2008 21:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2008/12/08/scripts-and-python-30-part-2-using-2to3/#comment-22367</guid>
		<description>Do you know about PEP 8? It&#039;s a style guide for Python programs, which most of the Python programmers adhere to for consistency. For example, variable names should be like_this and not likeThis (my_dna or just dna instead of myDNA). Here&#039;s the whole document, I recommend to read it and follow it if you want to better fit in the Python world :)

http://www.python.org/dev/peps/pep-0008/</description>
		<content:encoded><![CDATA[<p>Do you know about PEP 8? It&#8217;s a style guide for Python programs, which most of the Python programmers adhere to for consistency. For example, variable names should be like_this and not likeThis (my_dna or just dna instead of myDNA). Here&#8217;s the whole document, I recommend to read it and follow it if you want to better fit in the Python world <img src='http://python.genedrift.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.python.org/dev/peps/pep-0008/" rel="nofollow">http://www.python.org/dev/peps/pep-0008/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

