Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
4,882 results
Dataclasses are one of the most useful features in Python. In this brief video tutorial, we'll be covering how to create a dataclass, ...
426 views
1 year ago
Aprende qué son los dataclasses de Python y cómo eliminan código repetitivo. Cubrimos el decorador @dataclass, anotaciones ...
0 views
1 month ago
Advanced dataclass features for cleaner code Using field(), post_init, and inheritance.
22 views
3 months ago
Here is a quick intro into Python dataclasses for people in a hurry. Get the basics in about 60 seconds. Find everything covered in ...
109 views
4 years ago
Explore the pros and cons of using Pydantic's BaseModel versus Python's dataclass for data validation and handling. Discover ...
53 views
Pydantic DataClass vs BaseModel: A Comparison In this video, we compare Pydantic's DataClass and BaseModel classes in ...
64 views
Discover how to monitor changes in Python dataclass instances without duplicating memory. Learn about a useful Proxy class ...
4 views
11 months ago
For the rest of the textbook, see: https://blockpy.cis.udel.edu/assignments/textbook/bakery_textbook?embed=false.
298 views
3 years ago
Learn how to efficiently reference and update attributes of Python dataclass instances without excessive iterations. Explore best ...
9 months ago
Summary: Discover how to leverage Python's dataclasses with lists, including setting default values, managing lists of objects, and ...
24 views
Learn how to properly set default values for lists in Python dataclasses using `default_factory` instead of mutable defaults to avoid ...
2 views
In this video, we're going to show you a super simple way to write cleaner, shorter Python classes using the @dataclass decorator ...
437 views
Learn the proper way to define and use a `dataclass` in another class in Python. This guide breaks down the process into simple ...
1 view
Download this code from https://codegive.com Dataclasses were introduced in Python 3.7 as a convenient way to create classes ...
2 years ago
Instantly Download or Run the code at https://codegive.com tutorial: python dataclass list of objects in python, dataclasses provide ...
Instantly Download or Run the code at https://codegive.com python dataclasses provide a convenient way to define classes with ...
7 views
Discover the challenges and best practices when you want to ensure immutability in Python's frozen dataclasses. Learn how to ...
5 views
Discover how to inherit attributes from normal classes in Python using `dataclasses` with a thorough explanation and example.
Discover how to export specific fields from a list of `dataclass` objects to a dictionary seamlessly in Python. --- This video is based ...
6 views
Understanding `Python` dataclasses and how to handle type hints and input conversions effectively --- This video is based on the ...