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)

An Animated Guide to Node.js Event Loop

>> Check out this classic DEV post <<