When to Use Data Classes in Python

preview_player
Показать описание
Python offers many features for data management. One of these features is data classes, which allow you to create objects that store and manage data more easily. In this short, I share the most common scenarios when I use data classes.

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

Дуже подобається ваш підхід до написання коду!
Слідкую за кожним вашим відео.
Продовжуйте у тому же дусі!
Дякую за якісний контент!

maks.naumenko
Автор

Not related to this exact video, but I managed to simplify something in a brilliant way thanks to one of your videos =) Using a log that is both used in an Output widget (anaconda notebook) and in the terminal, where we ended up needing to mark things up a bit for the notebook one, so I made a simplified wrapper function that took a tag and a thing to wrap in the tag. And then I used functools.partial to be able to use it properly in the way we needed =)

Melindrea
join shbcf.ru