Difference between revisions of "Useful websites with Python"

From mn/bio/cees-bioinf
Jump to: navigation, search
 
Line 1: Line 1:
== The basics<br> ==
+
Please [[Tips for adding a page|add (or suggest)]] your favourite website!
  
The official website: <br>[http://www.python.org/  http://www.python.org/]
+
== The basics ==
  
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]  
+
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 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/ http://pandas.pydata.org/]  
+
Biopython:&nbsp;: Python designed for bioinformatics<br/>[http://biopython.org/wiki/Main_Page http://biopython.org/wiki/Main_Page]
  
<br>  
+
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>Python tutorials  ==
 
  
Learn python (interactive)<br>[http://www.learnpython.org/ 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/ ]
+
== <br/>Python tutorials ==
  
Learn python the hard way (commercial website)<br>[http://learnpythonthehardway.org/book/ http://learnpythonthehardway.org/book/]  
+
Learn python (interactive)<br/>[http://www.learnpython.org/ http://www.learnpython.org/]
  
biopython tutorial <br>[http://biopython.org/DIST/docs/tutorial/Tutorial.html http://biopython.org/DIST/docs/tutorial/Tutorial.html]  
+
codeacademy (interactive). Not only for learning python, but also for many other languages.<br/>[http://www.codecademy.com/ http://www.codecademy.com/]
  
Pandas and python. A blog on how to use pandas in python<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/]  
+
Learn python the hard way (commercial website)<br/>[http://learnpythonthehardway.org/book/ http://learnpythonthehardway.org/book/]
  
Python for biologist: a blog and tutorial website.<br>[http://pythonforbiologists.com/? http://pythonforbiologists.com/?]  
+
biopython tutorial<br/>[http://biopython.org/DIST/docs/tutorial/Tutorial.html http://biopython.org/DIST/docs/tutorial/Tutorial.html]
  
A book on learning python: Think Python<br>[http://www.greenteapress.com/thinkpython/ http://www.greenteapress.com/thinkpython/]  
+
Pandas and python. A blog on how to use pandas in python<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/]
  
A much larger overview of python tutorials online<br>[https://wiki.python.org/moin/BeginnersGuide/Programmers https://wiki.python.org/moin/BeginnersGuide/Programmers]<br>
+
Python for biologist: a blog and tutorial website.<br/>[http://pythonforbiologists.com/? http://pythonforbiologists.com/?]
  
<br>
+
A book on learning python: Think Python<br/>[http://www.greenteapress.com/thinkpython/ 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]

Latest revision as of 11:52, 15 October 2014

Please add (or suggest) your favourite website!

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)
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. A blog on how to use pandas in python
http://manishamde.github.io/blog/2013/03/07/pandas-and-python-top-10/

Python for biologist: a blog and tutorial website.
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