Part 5: Using doctest and docstrings in customized classes
Category: Languages > Python      Posted: 21 Jun 09

In this segment, we continue with our example of subclassing objects from the scipy module and we discuss how to set up and use docstrings and doctests to provide documentation and testing

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