Description
Available starting Python 3.7, the dataclasses (introduced in PEP 557) are finally here. Amazingly simple solution for data with great exressiveness, the next generation of dicts, named tuples and records. The presentation will explain what the dataclasses are, show practical examples, and go over the main features and the key design decisions as well as the capabilities.