New posts in python-dataclasses

python dataclasses with optional attributes

How can I get Python 3.7 new dataclass field types?

Manipulating DataFrame with custom dataclass methods

Custom cache with iterator does not work as intended

Python defaultdict works not as expected [duplicate]

Passing default list argument to dataclasses

Validating detailed types in python dataclasses

A dataclass as a key to a defaultdict: KeyError

How to merge data from object A into object B in Python?

How can I make a python dataclass hashable without making them immutable?

Make the Python json encoder support Python's new dataclasses

Python dataclass from a nested dict

Python: converting class objects to JSON - object is not JSON serializable

Data Classes vs typing.NamedTuple primary use cases

Class inheritance in Python 3.7 dataclasses

How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__?

Type hints in namedtuple

What are data classes and how are they different from common classes?