kernel   
  

python resources

getting and installing python

    Python is installed by default on any Unix/Linux machine. For OS-X I recommend the pythonmac package over the stock python installation. A windows implementation can be found on the python website

the executive summary

quick introductions

free python tutorials/books

my favorite python books

packages

    NumPy: a package for scientific computing in python; includes powerful array objects and linear algebra functions.
    Matplotlib: a plotting library with a matlab-like interface.
    Biopython: a collection of bioinformatics tools.

odds and ends