DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Python dataclasses

In this video, I talk about Python dataclasses. A module that allows you to create classes without having to write init, repr and other special methods in Python classes.

Top comments (0)