In this course we’ll discuss the difference between the @staticmethod
and @classmethod
decorators as well as their uses in Python. We cover a few examples on when to best use each, and how to deal with each when using subclasses.
Note: This course uses Python 2.7 in its coding examples.