Data classes ๐ช๐ผ
Classes are blueprints of objects that contain methods and data (attributes).
Bare-bone classes don't provide a lot of useful functionality for data-oriented classes. From Python 3.7, we have a dataclass module.
Here are some powerful features of Dat...
therollingambit.hashnode.dev2 min read