News

Python dataclasses ... name: str weight: float shelf_id: int = 0 Once a dataclass is created it is functionally identical to a regular class. There is no performance penalty for using a dataclass.