AI-logo   
  

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

AI code in python

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.
    PyML: a machine learning library.

odds and ends