KishanbabariyaEpisode 3: Pydantic Dataclasses: Bringing Validation to Python’s Dataclass SimplicityWhat Are Pydantic Dataclasses?1d ago
InKlaviyo EngineeringbyVedant PuriPowering our APIs using *attr*active DTOsHow we use Data Transfer Objects to represent API requests and responses.Aug 21, 20233
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, 20213Oct 25, 20213
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 4Dec 4
InAlan Product and Technical BlogbyBenoit Prioux🐍 5 things you should know about @dataclassIntroductionJul 5, 2022Jul 5, 2022
KishanbabariyaEpisode 3: Pydantic Dataclasses: Bringing Validation to Python’s Dataclass SimplicityWhat Are Pydantic Dataclasses?1d ago
InKlaviyo EngineeringbyVedant PuriPowering our APIs using *attr*active DTOsHow we use Data Transfer Objects to represent API requests and responses.Aug 21, 20233
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
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
InAlan Product and Technical BlogbyBenoit Prioux🐍 5 things you should know about @dataclassIntroductionJul 5, 2022
Lokesh kumar JainPython learning for property, dataclass, pydantic, and more.@property decoratorNov 15
Martin MirakyanData Classes in Python (52/100 Days of Python)Dataclasses in Python provide a simple and concise way to define classes with default attributes, methods, and properties. In this…Feb 22, 2023
Balakrishna MaduruNamed Tuples and Data Classes: Lightweight, Immutable Alternatives to Traditional Classes in PythonIn Python, when we need to organize data in an accessible way, we often turn to traditional classes. But what if you need something…Nov 11