Difference between revisions of "Useful websites with Python"

From mn/bio/cees-bioinf
Jump to: navigation, search
Line 1: Line 1:
<br>The official website: <br>http://www.python.org/
+
== The basics<br> ==
  
IPython and the IPython notebook<br>http://ipython.org/index.html<br>http://ipython.org/notebook.html
+
The official website: <br>[http://www.python.org/ http://www.python.org/]
  
Biopython:&nbsp;: Python designed for bioinformatics<br>http://biopython.org/wiki/Main_Page
+
IPython and the IPython notebook<br>[http://ipython.org/index.html http://ipython.org/index.html]<br>[http://ipython.org/notebook.html http://ipython.org/notebook.html]
  
Pandas<br>pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.<br>http://pandas.pydata.org/  
+
Biopython:&nbsp;: Python designed for bioinformatics<br>[http://biopython.org/wiki/Main_Page http://biopython.org/wiki/Main_Page]
 +
 
 +
Pandas<br>pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.<br>[http://pandas.pydata.org/ http://pandas.pydata.org/]
  
 
<br>  
 
<br>  
  
<br>Python tutorials  
+
== <br>Python tutorials ==
 +
 
 +
Learn python (interactive): A <br>[http://www.learnpython.org/ http://www.learnpython.org/]
  
Learn python (interactive): A <br>http://www.learnpython.org/  
+
codeacademy (interactive): Not only for learning python, but also for many other languages.<br>[http://www.codecademy.com/  http://www.codecademy.com/ ]
  
codeacademy (interactive): Not only for learning python, but also for many other languages.<br>http://www.codecademy.com/  
+
Learn python the hard way (commercial website)<br>[http://learnpythonthehardway.org/book/ http://learnpythonthehardway.org/book/]
  
Learn python the hard way (commercial website)<br>http://learnpythonthehardway.org/book/  
+
biopython tutorial <br>[http://biopython.org/DIST/docs/tutorial/Tutorial.html http://biopython.org/DIST/docs/tutorial/Tutorial.html]
  
biopython tutorial <br>http://biopython.org/DIST/docs/tutorial/Tutorial.html
+
Pandas and python: Pandas is a library that enable you to have easy-to-use data structures and analysis tools<br>[http://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/ http://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/]
  
Pandas and python: Pandas is a library that enable you to have easy-to-use data structures and analysis tools<br>http://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/  
+
Python for biologist: a blog and tutorial nothing more to add.<br>[http://pythonforbiologists.com/? http://pythonforbiologists.com/?]
  
Python for biologist: a blog and tutorial nothing more to add.<br>http://pythonforbiologists.com/?
+
A book on learning python: Think Python<br>[http://www.greenteapress.com/thinkpython/ http://www.greenteapress.com/thinkpython/]
  
A book on learning python: Think Python<br>http://www.greenteapress.com/thinkpython/  
+
A much larger overview of python tutorials online<br>[https://wiki.python.org/moin/BeginnersGuide/Programmers https://wiki.python.org/moin/BeginnersGuide/Programmers]<br>
  
A much larger overview of python tutorials online<br>https://wiki.python.org/moin/BeginnersGuide/Programmers<br>
+
<br>

Revision as of 11:29, 8 November 2013

The basics

The official website:
http://www.python.org/

IPython and the IPython notebook
http://ipython.org/index.html
http://ipython.org/notebook.html

Biopython: : Python designed for bioinformatics
http://biopython.org/wiki/Main_Page

Pandas
pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
http://pandas.pydata.org/



Python tutorials

Learn python (interactive): A
http://www.learnpython.org/

codeacademy (interactive): Not only for learning python, but also for many other languages.
http://www.codecademy.com/

Learn python the hard way (commercial website)
http://learnpythonthehardway.org/book/

biopython tutorial
http://biopython.org/DIST/docs/tutorial/Tutorial.html

Pandas and python: Pandas is a library that enable you to have easy-to-use data structures and analysis tools
http://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/

Python for biologist: a blog and tutorial nothing more to add.
http://pythonforbiologists.com/?

A book on learning python: Think Python
http://www.greenteapress.com/thinkpython/

A much larger overview of python tutorials online
https://wiki.python.org/moin/BeginnersGuide/Programmers