Mastering Object-Oriented Python -- 2nd Edition
It's time to revise Mastering Object-Oriented Python. While the previous edition is solidly focused on Python3, it lacks some important features:
- F-Strings
- Type Hints
- types.NamedTuple
- Data Classes
So. There's some stuff to add. I don't think there's too much to take away. I plan to make some things a …
more ...