12 lines
224 B
Markdown
12 lines
224 B
Markdown
# 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.
|
|
|