bslatkin / effectivepython

Effective Python: Second Edition — Source Code and Errata for the Book
https://effectivepython.com
2.2k stars 710 forks source link

Make item 58 importable as a library #116

Closed jim-a-ford closed 1 year ago

jim-a-ford commented 1 year ago

The code as written is intended to be a singly executed module, probably straight from the command line.

The way we handle exploring examples in our book club will work better if the example is librarified.