These files are the source code examples for the article, 

Python - All A Scientist Needs

by Julius B. Lucks

and are released under a Creative Commons Share-Alike 2.5 license (http://creativecommons.org/licenses/by-sa/2.5/) .

The article can be found at http://openwetware.org/wiki/Julius_B._Lucks/Projects/Python_All_A_Scientist_Needs .

The code requires Python, Biopython, Matplotlib and SWIG to be installed.  These can be found at

* Python - http://python.org
* Biopython - http://biopython.org
* MatPlotLib - http://matplotlib.sourceforge.net
* SWIG - http://www.swig.org/

Included is a makefile for compiling the SWIG code (Example 4).  To compile, just type

make

To clean up files, type

make clean
