Tech C**P
@technical_notes
14
subscribers
161
photos
9
videos
59
files
304
links
مدرس و برنامه نویس پایتون و لینوکس
@alirezastack
Download Telegram
Join
Tech C**P
14 subscribers
Tech C**P
https://realpython.com/python-data-classes/
#python
#python37
#data_classes
#dataclasses
Realpython
Data
Classes
in Python 3.7+ (Guide) – Real Python
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.