224 B
224 B
Overview
The inner workings of Python Objects.
In this section we will cover:
- A few more details about how objects work.
- How objects are represented.
- Details of attribute access.
- Data encapsulation techniques.