7. Classes and Objects

In this chapter we're going to take a look at the most fundamental part of Python, objects. Earlier we learned about functions, now it's time for classes, which allows us to create more sophisticated objects. Later we'll check out methods in classes and their types. Then we'll check out objects and lastly some helpful built-in Python objects. Let's begin.