In this chapter, you learned the following:
Classes are like modules, except that classes contain methods and modules contain functions.
Methods are like functions, except that the first argument must be an object of the class in which the method is defined.
Methods whose names begin and end with two underscores are considered special by Python, and they are triggered by particular syntax.