Chapter 1. Objects in Depth
In this chapter, we will dive into Python objects. Objects are the building blocks of the language. They may represent or abstract a real entity. We will be more interested in factors affecting such behavior. This will help us understand and appreciate the language in a better way. We will cover the following topics:
- Object characteristics
- Calling objects
- How objects are created
- Playing with attributes