Modern Python Cookbook 2e -- Out with the old
Most of the things that got cut were (to me) obviously obsolete. For example, replacing collections.namedtuple with typing.NamedTuple seemed like a clear example of obsolete. A reviewer really thought I should skip all NamedTuple and use frozen data classes.
More important are some things that I learned about …
more ...