<?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: The Regular Expression</title>
	<atom:link href="http://python.genedrift.org/2007/01/16/the-regular-expression/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2007/01/16/the-regular-expression/</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: 无名 &#187; transcribe DNA sequence to RNA sequence in python</title>
		<link>http://python.genedrift.org/2007/01/16/the-regular-expression/comment-page-1/#comment-8360</link>
		<dc:creator>无名 &#187; transcribe DNA sequence to RNA sequence in python</dc:creator>
		<pubDate>Tue, 05 Feb 2008 00:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/01/16/the-regular-expression/#comment-8360</guid>
		<description>[...] reference: http://python.genedrift.org/2007/01/16/the-regular-expression/  [...]</description>
		<content:encoded><![CDATA[<p>[...] reference: <a href="http://python.genedrift.org/2007/01/16/the-regular-expression/" rel="nofollow">http://python.genedrift.org/2007/01/16/the-regular-expression/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuin</title>
		<link>http://python.genedrift.org/2007/01/16/the-regular-expression/comment-page-1/#comment-1235</link>
		<dc:creator>nuin</dc:creator>
		<pubDate>Fri, 27 Jul 2007 00:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/01/16/the-regular-expression/#comment-1235</guid>
		<description>Hi Andrew

Indeed, I introduced RegEx because of the book. And I also included the option you mentioned on the post

http://python.genedrift.org/2007/01/23/transcribing-the-other-way/

Thanks a lot for you comment and for reading the blog. I have visited your website sometime ago when I was starting with Python.</description>
		<content:encoded><![CDATA[<p>Hi Andrew</p>
<p>Indeed, I introduced RegEx because of the book. And I also included the option you mentioned on the post</p>
<p><a href="http://python.genedrift.org/2007/01/23/transcribing-the-other-way/" rel="nofollow">http://python.genedrift.org/2007/01/23/transcribing-the-other-way/</a></p>
<p>Thanks a lot for you comment and for reading the blog. I have visited your website sometime ago when I was starting with Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Dalke</title>
		<link>http://python.genedrift.org/2007/01/16/the-regular-expression/comment-page-1/#comment-1234</link>
		<dc:creator>Andrew Dalke</dc:creator>
		<pubDate>Thu, 26 Jul 2007 23:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/01/16/the-regular-expression/#comment-1234</guid>
		<description>Because this site is following the excellent Tisdall book it makes sense here to start talking about regular expressions.  However, Python code uses regular expressions rather less often than Perl.  This code would more likely be written as: myRNA = myDNA.replace(&quot;U&quot;, &quot;T&quot;)  .</description>
		<content:encoded><![CDATA[<p>Because this site is following the excellent Tisdall book it makes sense here to start talking about regular expressions.  However, Python code uses regular expressions rather less often than Perl.  This code would more likely be written as: myRNA = myDNA.replace(&#8220;U&#8221;, &#8220;T&#8221;)  .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

