Reuven M. Lerner @lernerpython.com · 13d

Old #Python: a class with hand-written __init__, __repr__, and __eq__. New Python: @dataclass class Point: x: int y: int dataclasses (3.7) generate all three from your attributes. Want more? My "python --update" course starts July 21: buff.ly/lUnsY6i

1 likes 0 replies

?