All articles

  1. Notes on "Python's Class Development Toolkit"

    Adapted from a Jupyter notebook, these are my notes of the the Raymond Hettinger PyCon talk "Python's Class Development Toolkit", linked at the end.

    Include a Module DocString for your module

    '''Circuituous, LLC --
       An Advanced Circle Analytics Company
    '''
    

    Document your class and methods

    class Circle:
        'An advanced circle analytic toolkit …