<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Python Education Material]]></title>
	<link>https://bioinformaticsonline.com/news/view/140/python-education-material?</link>
	<atom:link href="https://bioinformaticsonline.com/news/view/140/python-education-material?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/140/python-education-material</guid>
	<pubDate>Wed, 10 Jul 2013 16:38:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/140/python-education-material</link>
	<title><![CDATA[Python Education Material]]></title>
	<description><![CDATA[<p><span>Google provide free class for people with a little bit of programming experience who want to learn Python. The google python class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.</span></p><p><span>Find more @&nbsp;<a href="https://developers.google.com/edu/python/">https://developers.google.com/edu/python/</a></span></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-1559</guid>
	<pubDate>Mon, 04 Aug 2014 07:38:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-1559</link>
	<title><![CDATA[Comment by Jit]]></title>
	<description><![CDATA[<p>The python packages https://pypi.python.org/pypi/</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-476</guid>
	<pubDate>Tue, 20 Aug 2013 21:30:07 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-476</link>
	<title><![CDATA[Comment by Jitendra Narayan]]></title>
	<description><![CDATA[<h4>Python Educational Material</h4>
<ul>
<li>Beginners: Non-programmer&rsquo;s tutorial for Python by Josh Cogliati&nbsp;(<a href="http://upload.wikimedia.org/wikipedia/commons/6/69/Non-Programmer%27s_Tutorial_for_Python_2.6.pdf">PDF</a>)</li>
<li>Beginners:&nbsp;Python &amp; programming trainig with&nbsp;<a href="http://rosalind.info/problems/list-view/?location=python-village">Rosalind</a></li>
<li>Beginners:&nbsp;Learn programming with Python (<a href="https://www.coursera.org/course/programming1">Coursera</a>);&nbsp;<a href="https://www.coursera.org/courses">check for new courses on Coursera too</a></li>
<li>Some coding experience: Python&nbsp;<a href="http://ged.msu.edu/angus/tutorials/index.html">tutorials from ANGUS</a></li>
<li>Some coding&nbsp;experience:&nbsp;<a href="http://www.ploscollections.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.0030199">A primer on Python</a></li>
<li>Some&nbsp;coding&nbsp;experience:&nbsp;<a href="http://software-carpentry.org/4_0/python/index.html">Python</a>&nbsp;intro talks on&nbsp;Software Carpentry&nbsp;(assumes basic programming concepts like variables, loops, conditionals, lists/arrays)</li>
<li>Reference:&nbsp;<a href="http://www.tutorialspoint.com/python/index.htm">PythonQuick</a>&nbsp;&ndash; handy tutorial &amp; reference for Python</li>
<li>Reference:&nbsp;<a href="http://www.biopython.org/DIST/docs/tutorial/Tutorial.html">BioPython</a>&nbsp;Tutorial&nbsp;- a Python package providing modules for common tasks in bioinformatics, including reading and writing sequence data</li>
<li>Reference:&nbsp;<a href="http://biopython.org/wiki/Documentation">BioPython wiki</a>&nbsp;&ndash; examples on how to use some modules</li>
</ul>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-183</guid>
	<pubDate>Wed, 17 Jul 2013 16:51:54 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-183</link>
	<title><![CDATA[Comment by Rahul Agarwal]]></title>
	<description><![CDATA[<p>Books for learning python:</p>
<ul>
<li>Learn To Program&nbsp;<a href="http://www.freenetpages.co.uk/hp/alan.gauld/">http://www.freenetpages.co.uk/hp/alan.gauld/</a></li>
<li>Python Programming for the absolute beginner&nbsp;<a href="http://premierpressbooks.com/ptr_detail.cfm?isbn=1%2D59863%2D112%2D8">http://premierpressbooks.com/ptr_detail.cfm?isbn=1%2D59863%2D112%2D8</a></li>
<li>Python Programming: An Introduction to Computer Science&nbsp;<a href="http://www.fbeedle.com/99-6.html">http://www.fbeedle.com/99-6.html</a></li>
<li>Learning Python&nbsp;<a href="http://www.oreilly.com/catalog/lpython2/index.html">http://www.oreilly.com/catalog/lpython2/index.html</a></li>
<li>Dive Into Python&nbsp;<a href="http://diveintopython.org/">http://diveintopython.org/</a></li>
<li>Beginning Python: From Novice to Professional&nbsp;<a href="http://www.apress.com/book/bookDisplay.html?bID=10013">http://www.apress.com/book/bookDisplay.html?bID=10013</a></li>
<li>Core Python Programming&nbsp;<a href="http://starship.python.net/crew/wesc/cpp/">http://starship.python.net/crew/wesc/cpp/</a></li>
<li>The Essential Python Reference&nbsp;<a href="http://www.samspublishing.com/title/0672328623">http://www.samspublishing.com/title/0672328623</a></li>
<li>Python in a Nutshell&nbsp;<a href="http://www.oreilly.com/catalog/pythonian/index.html">http://www.oreilly.com/catalog/pythonian/index.html</a></li>
<li>Python Cookbook&nbsp;<a href="http://www.oreilly.com/catalog/pythoncook2/">http://www.oreilly.com/catalog/pythoncook2/</a></li>
<li><a href="http://wiki.python.org/moin/PythonBooks">http://wiki.python.org/moin/PythonBooks</a></li>
</ul>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-177</guid>
	<pubDate>Wed, 17 Jul 2013 16:44:16 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/140/python-education-material#item-annotation-177</link>
	<title><![CDATA[Comment by Rahul Agarwal]]></title>
	<description><![CDATA[<p>Web links for learning Python:</p>
<p><a href="https://sites.google.com/site/seqomics/sequencing/info-seq/python">https://sites.google.com/site/seqomics/sequencing/info-seq/python</a>&nbsp;&nbsp;</p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

</channel>
</rss>