Agenda slide
CPython internals slide
Great overview of dataclasses at #PyBay2025 from
Brett Slatkin: all their features, *plus* how you'd implement them if you couldn't use dataclasses.
Slides and code here:
https://github.com/bslatkin/pybay2025
Bonus: Peek into the implementation of dataclass in CPython. Some crazy exec() action.