Login
From:
realpython.com
(Uncensored)
subscribe
Data Classes in Python 3.7+ (Guide) – Real Python
https://realpython.com/python-data-classes/
links
backlinks
Roast topics
Find topics
Find it!
Data classes are one of the new features of Python 3.7. With data classes you do not have to write boilerplate code to get proper initialization, representation and comparisons for your objects.