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
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