🐍 5 things you should know about @dataclass
In this article, I will share with you 5 tips about @dataclass in Python, inspired by my experience with this concept in other languages (data class in Kotlin and a more recent with record in Java).
Source: 🐍 5 things you should know about @dataclass, an article by Benoit Prioux.