

189: attrs and dataclasses - Hynek Schlawack
Jun 7, 2022
32:21
In Python, before dataclasses, we had attrs.
Before attrs, it wasn't pretty.
The story of attrs and dataclasses is actually intertwined.
They've built on each other.
And in the middle of it all, Hynek.
Hynek joins the show today to discuss some history of attrs and dataclasses, and some differences.
If you ever need to create a custom class in Python, you should listen to this episode.
Links:
- attrs documentation
- History of attrs and introduction to attrs namespace
- cattrs: Complex custom class converters for attrs. — python-attrs
- PEP 557 – Data Classes
- PEP 681 – Data Class Transforms