A class in python is a blueprint from which specific objects are created. We use classes to keep related things together. Classes allow us to logically group our data and functions in a way that it is easy to reuse and a way to build upon if need to be.