Introduction to classes in Python

We'll explore classes in Python in this chapter.

Everything in Python is an object. That’s a very vague statement unless you’ve taken a computer programming class or two. What this means is that every thing in Python has methods and values. The reason is that everything is based on a class. A class is the blueprint of an object. Let’s take a look at what I mean:

Get hands-on with 1200+ tech skills courses.