Difference between revisions of "Useful websites with Python"

From mn/bio/cees-bioinf
Jump to: navigation, search
Line 13: Line 13:
 
== <br>Python tutorials  ==
 
== <br>Python tutorials  ==
  
Learn python (interactive): A <br>[http://www.learnpython.org/ http://www.learnpython.org/]  
+
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/ ]  
+
codeacademy (interactive). Not only for learning python, but also for many other languages.<br>[http://www.codecademy.com/ 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/ 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 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. 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/]  
  
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 website.<br>[http://pythonforbiologists.com/? 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/ http://www.greenteapress.com/thinkpython/]  

Revision as of 11:31, 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)
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