1 min readOct 28, 2019
Great article!
I just want to add that if you aren’t at Python 3.7 yet , then there are perfectly good backports of dataclass
— or even better, you can use the fantastic attrs
library which offers the same features, plus more, and works with versions as far back as Python 2.6.
More information here!