New Python 3.7 DataClasses and Alternatives

preview_player
Показать описание
I will give some introduction to the the new Python 3.7 feature DataClasses, and compare them to using traditional class attributes and slots.

Рекомендации по теме
Комментарии
Автор

Nice
so data classes are just for being more convention and readable?

sina
Автор

Note: x, y = x, y is slower than
x = x
y = y

steven
visit shbcf.ru