Files
practical-python/Notes/05_Object_model/00_Overview.md
David Beazley b5244b0e61 link experiment
2020-05-26 09:21:19 -05:00

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.