JesúsWhy you should be using Dataclasses in PythonI think one of the advantages of Python as a programming language is its simplicity of syntax. This simplicity means that it takes less…1d ago1
Dhruv AhujaThe Ultimate Guide to Python Data Classes 🦸♂️: The Superheroes of Clean Code!💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!Oct 12, 2024
InPython in Plain EnglishbyCoders StopHow Python’s dataclasses Can Save You Hours in DevelopmentPython has always been celebrated for its simplicity and readability. Yet, as projects grow, even Python code can become unwieldy…Dec 16, 20241Dec 16, 20241
Bhavik JikadaraAttrs vs Pydantic vs Dataclasses: Which to Use?Discover the pros and cons of Attrs, Pydantic, and Dataclasses. Get practical insights and example codes for your projects.Dec 4, 20241Dec 4, 20241
KishanbabariyaEpisode 3: Pydantic Dataclasses: Bringing Validation to Python’s Dataclass SimplicityWhat Are Pydantic Dataclasses?Dec 12, 2024Dec 12, 2024
JesúsWhy you should be using Dataclasses in PythonI think one of the advantages of Python as a programming language is its simplicity of syntax. This simplicity means that it takes less…1d ago1
Dhruv AhujaThe Ultimate Guide to Python Data Classes 🦸♂️: The Superheroes of Clean Code!💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!Oct 12, 2024
InPython in Plain EnglishbyCoders StopHow Python’s dataclasses Can Save You Hours in DevelopmentPython has always been celebrated for its simplicity and readability. Yet, as projects grow, even Python code can become unwieldy…Dec 16, 20241
Bhavik JikadaraAttrs vs Pydantic vs Dataclasses: Which to Use?Discover the pros and cons of Attrs, Pydantic, and Dataclasses. Get practical insights and example codes for your projects.Dec 4, 20241
KishanbabariyaEpisode 3: Pydantic Dataclasses: Bringing Validation to Python’s Dataclass SimplicityWhat Are Pydantic Dataclasses?Dec 12, 2024
Anis CamposPython dataclass inheritance, finally !For all of you that struggled while using dataclass, be comforted by the new kw_only featured available since 3.10Oct 25, 20213
Lokesh kumar JainPython learning for property, dataclass, pydantic, and more.@property decoratorNov 15, 2024