<?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: Reading FASTA files: introduction</title>
	<atom:link href="http://python.genedrift.org/2007/07/03/reading-fasta-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://python.genedrift.org/2007/07/03/reading-fasta-files/</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: Druthi</title>
		<link>http://python.genedrift.org/2007/07/03/reading-fasta-files/comment-page-1/#comment-15551</link>
		<dc:creator>Druthi</dc:creator>
		<pubDate>Fri, 04 Jul 2008 05:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/07/03/reading-fasta-files/#comment-15551</guid>
		<description>how to create a module to read a fasta sequenec in Biopython .send the code for this</description>
		<content:encoded><![CDATA[<p>how to create a module to read a fasta sequenec in Biopython .send the code for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuin</title>
		<link>http://python.genedrift.org/2007/07/03/reading-fasta-files/comment-page-1/#comment-551</link>
		<dc:creator>nuin</dc:creator>
		<pubDate>Thu, 05 Jul 2007 16:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/07/03/reading-fasta-files/#comment-551</guid>
		<description>Hi Animesh

I understood your point of view and thanks for linking to this site.

I think that evolutionary biology software are more C/C++ based to take advantage of the speed of computation. Python can be slow sometimes and I don&#039;t see it very well geared to calculate large phylogenetic trees, for instance.

One drawback of writing large Python software for distribution is actually how to distribute it and how to distribute portable solutions. I have some (little) experience writing wxPython interfaces and although Windows and Linux executables are not very large (~8 Mb), OSX standalone packages are huge, around 70 Mb in size for a 500-line program.

Regarding the functional programming, I am planning to add some entries regarding it with some (&quot;funny&quot;) examples for bioinformatics stuff.

Thanks a lot for your comments and please keep commenting and visiting the website. Every opinion is important.

Paulo</description>
		<content:encoded><![CDATA[<p>Hi Animesh</p>
<p>I understood your point of view and thanks for linking to this site.</p>
<p>I think that evolutionary biology software are more C/C++ based to take advantage of the speed of computation. Python can be slow sometimes and I don&#8217;t see it very well geared to calculate large phylogenetic trees, for instance.</p>
<p>One drawback of writing large Python software for distribution is actually how to distribute it and how to distribute portable solutions. I have some (little) experience writing wxPython interfaces and although Windows and Linux executables are not very large (~8 Mb), OSX standalone packages are huge, around 70 Mb in size for a 500-line program.</p>
<p>Regarding the functional programming, I am planning to add some entries regarding it with some (&#8220;funny&#8221;) examples for bioinformatics stuff.</p>
<p>Thanks a lot for your comments and please keep commenting and visiting the website. Every opinion is important.</p>
<p>Paulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animesh Sharma</title>
		<link>http://python.genedrift.org/2007/07/03/reading-fasta-files/comment-page-1/#comment-550</link>
		<dc:creator>Animesh Sharma</dc:creator>
		<pubDate>Thu, 05 Jul 2007 15:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/07/03/reading-fasta-files/#comment-550</guid>
		<description>Yes I agree with you, one should have choice :) I have shamelessly (without asking you) suggested your link as a good alternative to the pasteur thing I clipped for my blog.
I have seen lot of things where people have used Python for Structure related jobs and some places where they have used it for Sequence related job as well, but one thing I have never seen is Python being used for Gene Expression and Evolutionary Biology related work... given the strong numerical (with NumPY) character of Python, better support with OOPs (can actually make good software instead of throwaway scripts I feel) and a flavor of functional programming I am sure it will be a good idea to use these as well as an example.</description>
		<content:encoded><![CDATA[<p>Yes I agree with you, one should have choice <img src='http://python.genedrift.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have shamelessly (without asking you) suggested your link as a good alternative to the pasteur thing I clipped for my blog.<br />
I have seen lot of things where people have used Python for Structure related jobs and some places where they have used it for Sequence related job as well, but one thing I have never seen is Python being used for Gene Expression and Evolutionary Biology related work&#8230; given the strong numerical (with NumPY) character of Python, better support with OOPs (can actually make good software instead of throwaway scripts I feel) and a flavor of functional programming I am sure it will be a good idea to use these as well as an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuin</title>
		<link>http://python.genedrift.org/2007/07/03/reading-fasta-files/comment-page-1/#comment-531</link>
		<dc:creator>nuin</dc:creator>
		<pubDate>Wed, 04 Jul 2007 17:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/07/03/reading-fasta-files/#comment-531</guid>
		<description>Hi Animesh

I am not trying to replicate what the Pasteur people is (was) doing. This is just another tutorial on how to write simple Python scripts for Bioinformatics use. It is like the many different Python programming books available: you choose what fits you best.

Clearly, BioPython is one way to go to create Python scripts for bioinfo, but sometimes (1) one wants to know how to do things her/himself and (2) BioPython is not available. I recommend BioPython to whoever wants to get serious about Python and bioinfo.

I don&#039;t know if there is something interesting coming up. It might not be for you but it might be very interesting to someone else. Keep checking and commenting and if you want to see something else here, just let me know.

Paulo</description>
		<content:encoded><![CDATA[<p>Hi Animesh</p>
<p>I am not trying to replicate what the Pasteur people is (was) doing. This is just another tutorial on how to write simple Python scripts for Bioinformatics use. It is like the many different Python programming books available: you choose what fits you best.</p>
<p>Clearly, BioPython is one way to go to create Python scripts for bioinfo, but sometimes (1) one wants to know how to do things her/himself and (2) BioPython is not available. I recommend BioPython to whoever wants to get serious about Python and bioinfo.</p>
<p>I don&#8217;t know if there is something interesting coming up. It might not be for you but it might be very interesting to someone else. Keep checking and commenting and if you want to see something else here, just let me know.</p>
<p>Paulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animesh Sharma</title>
		<link>http://python.genedrift.org/2007/07/03/reading-fasta-files/comment-page-1/#comment-529</link>
		<dc:creator>Animesh Sharma</dc:creator>
		<pubDate>Wed, 04 Jul 2007 16:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://python.genedrift.org/2007/07/03/reading-fasta-files/#comment-529</guid>
		<description>Hey are you trying to replicate what http://www.pasteur.fr/recherche/unites/sis/formation/python/index.html guys are doing? Reading this post, it reminds me of their http://www.pasteur.fr/recherche/unites/sis/formation/python/ch11s03.html#d0e3774 . I feel if one is serious about using Python [ http://www.python.org/ ] in Bioinformatics, one should check out Biopython [ http://www.biopython.org/ ] as early as possible. Or there is something interesting coming up  here later and this is just the teaser to the big event :)</description>
		<content:encoded><![CDATA[<p>Hey are you trying to replicate what <a href="http://www.pasteur.fr/recherche/unites/sis/formation/python/index.html" rel="nofollow">http://www.pasteur.fr/recherche/unites/sis/formation/python/index.html</a> guys are doing? Reading this post, it reminds me of their <a href="http://www.pasteur.fr/recherche/unites/sis/formation/python/ch11s03.html#d0e3774" rel="nofollow">http://www.pasteur.fr/recherche/unites/sis/formation/python/ch11s03.html#d0e3774</a> . I feel if one is serious about using Python [ <a href="http://www.python.org/" rel="nofollow">http://www.python.org/</a> ] in Bioinformatics, one should check out Biopython [ <a href="http://www.biopython.org/" rel="nofollow">http://www.biopython.org/</a> ] as early as possible. Or there is something interesting coming up  here later and this is just the teaser to the big event <img src='http://python.genedrift.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

