Part 10: Getting started with Matplotlib
Category: Languages > Python      Posted: 21 Jun 09

Matplotlib is one of the best, if not the best, plotting package for scientific Python. In this segment, we discuss how to best use the Matplotlib website to get started with plotting with Matplotlib.

Part 4: Subclassing and using the Python language for scientific computing
Category: Languages > Python      Posted: 21 Jun 09

In this segment, we discuss how to subclass an existing object from the scipy module, how to use an external editor with IPython, and how to add customized functions to an existing object