Contribute Media
A thank you to everyone who makes this possible: Read More

Data Classes, in Python 3.6 and beyond

Description

Python 3.7 is here and the @dataclass-decorator is a major new feature simplifying class-creation. In this talk, we will learn to use the power of data classes to make our codebases cleaner and leaner in a pythonic way. We will also learn how to use the backport in Python 3.6 codebases before upgrading.

Improve this page