Skip to content

Commit 1ad2662

Browse files
committed
ch11: updated README.md
1 parent 70132a3 commit 1ad2662

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

11-pythonic-obj/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# The Python Data Model
1+
# A Pythonic Object
22

33
Sample code for Chapter 11 of _Fluent Python 2e_ by Luciano Ramalho (O'Reilly, 2020)
4+
5+
The _memtest.py_ script takes a module name in the command line and loads it.
6+
Assuming the module defines a class named `Vector`, _memtest.py_ creates a list with 10 million instances, reporting the memory usage before and after the list is created.

0 commit comments

Comments
 (0)