Introduction to Python Objects
Difficulty: Beginner
Duration: 3 minutes and 31 seconds
Students: 1,155
Rating: 4.8/5
The road to mastering the Python programming language is paved with objects. Objects are Python’s foundational building block. The entire Python programming language is used to create and control objects. This lesson provides a high-level glimpse into the basic mechanics of objects. With the goal of providing you with a vocabulary and mental model for understanding Python.
Learning Objectives
Upon completing this lesson you’ll be familiar with the anatomy and behaviors of objects.
Intended Audience
This lesson was designed for first-time developers wanting to learn Python. Existing developers already familiar with the concept of an object may want to skip.
Prerequisites
This is an introductory lesson and doesn’t require any prior programming knowledge.