Explore the World's Best Ideas
Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.
Dataclasses are an implementation of a code generator, similar to a Named Tuple.
The idea of using a code generator is to save time and reduce wordiness.
There are two views about the purpose of Dataclasses:
These 2 world views are reflected in the name: “Dataclasses”
Per the dataclasses PEP, they are roughly a “Mutable named tuple with defaults”
They provide an elegant syntax for creating data holder objects
5
40 reads
In the beginning there where:
Later Named Tuples where added as a code generator with the goal of adding names to the fields of a tuple. This was limited by design, hence its name
ORMs appeared and pioneered using class attributes to specify rich data structures
In Python 3.6, it became possible to supply type annotations
5
28 reads
5
21 reads
The code generation can be configured by providing keyword arguments to the @dataclass decorator
A complete list of methods and configurations can be found here
5
21 reads
In the image example, the generated code includes:
5
33 reads
IDEAS CURATED BY
CURATOR'S NOTE
I started using Dataclasses and I think you should too
“
Learn more about computerscience with this collection
Understanding machine learning models
Improving data analysis and decision-making
How Google uses logic in machine learning
Related collections
Similar ideas
Read & Learn
20x Faster
without
deepstash
with
deepstash
with
deepstash
Personalized microlearning
—
100+ Learning Journeys
—
Access to 200,000+ ideas
—
Access to the mobile app
—
Unlimited idea saving
—
—
Unlimited history
—
—
Unlimited listening to ideas
—
—
Downloading & offline access
—
—
Supercharge your mind with one idea per day
Enter your email and spend 1 minute every day to learn something new.
I agree to receive email updates