Search⌘ K
AI Features

Objects

Explore Python objects such as lists, tuples, sets, dictionaries, and strings. Understand how to interact with these objects using methods and object notation to become proficient in Python programming.

We'll cover the following...

Object notation

Lists and strings (which you have already seen) and sets and dictionaries (which are coming up soon) are objects. There is special terminology for talking about objects:

  • A
...