Notes on the book Fluent Python
I'm just writing my understanding, or copying & pasting some segments from the book if those sentences are brief and meaningful themselves.
-
What is the so-called "Python data model"?
It's the way how python organizes data into objects. There're actually two ways for python to organize data, one is called "types …