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
8,527 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, ...
399 views
1 year ago
Learn why dataclasses in Python are awesome and how to use them. Find Python jobs: https://pythonengineer.pallet.com ⭐ Join ...
298,763 views
3 years ago
The data class decorator now what the data class decorator will do is automatically fill in that boilerplate code that you're used to ...
8,302 views
10 months ago
... in Python and what the data class decorator does is read these and populate three common methods that typically we'd have to ...
11,436 views
Python dictionaries are a powerful data structure, but there are times when dataclasses make more sense. In this short, I explore ...
26,768 views
2 years ago
The data class function now what the data class decorator will do is automatically implement some methods for you that are ...
5,589 views
6 months ago
... the type hint in Python And what the data class decorator does is read these and populate three common methods that typically ...
2,640 views
8 months ago
My Software Development Program: ...
18,119 views
Get my FREE 7-step guide to help you consistently design great software: https://arjancodes.com/designguide. ArjanCodes ...
10,700 views
Dataclass даёт возможность писать чистый код и даёт функции "из коробки". Надеюсь это последний раз когда вы пишите ...
372 views
Use dataclasses in Python (via the 'dataclass' module) to help you write your boilerplate classes with less code than the ...
673 views
Python offers many features for data management. One of these features is data classes, which allow you to create objects that ...
11,542 views
One of the most confusing ideas to newer Python programmers is that two separate instances of a class aren't equal to one ...
2,829 views
Python dataclass is a new way to be able to create Python objects. Use Python dataclass instead of the old way to create and ...
804 views
Python's dataclasses module simplifies the creation of classes used for storing data. While most people know about basic usage, ...
77 views
13,609 views
Inheritance now in this example we have a data class that is inheriting from a non dat class now when that's the case the ...
4,086 views
Python's dataclasses allow you to easily create data-oriented classes. Is it a sign of bad design if you're using them in your code?
13,767 views
... say the repper or in the equal method or anything else that's going to be generated by the data class other than the initialization ...
3,869 views
This short shows how `python class` can be simplified with `python dataclass`, making your code cleaner and more efficient, and ...
6,541 views
1 month ago