In this chapter, you learned about:
Classes and objects
The keyword class
class
Creating objects
__init__(), __repr__(), and __str__()
__init__()
__repr__()
__str__()
Methods
Nesting objects
Relationships via aliases