Dataclass is a good choice for describing and interacting with data structures. They are faster to create and read objects. Classic classes are faster to read nested properties and execute methods than dataclasses

Guillaume Vincent
Guillaume Vincent

No responses yet