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
3,713 results
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I take a deep dive into Python ...
110,600 views
7 months ago
python #coding #programming # Data Class = A special kind of class that's designed mostly for holding data # without writing a lot ...
28,285 views
2 months ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Dataclasses are often treated as nothing more ...
34,619 views
3 weeks ago
One thing you may have noticed in Python is that typing dictionaries isn't always straightforward. As dictionaries grow in ...
14,533 views
3 months ago
Tired of always writing the same __init__, __repr__, or __eq__ methods in your Python classes? Dataclasses are there to ...
776 views
Dataclass - это способ гибко управлять нашими классами, который позволяет писать меньше кода Под капотом реализуют ...
2,344 views
Learn how Python dataclass decorator revolutionizes class creation and eliminates boilerplate code in this comprehensive tutorial ...
998 views
4 months ago
My course "Hardcore Web Development" - https://course.to.digital 00:00 In which classes do you write business logic? 00:57 ...
13,253 views
1 month ago
Join my Python Masterclass ~ https://www.zerotoknowing.com/join-now Join my Free Python Webinar ...
2,615 views
8 months ago
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
Lesson 19 - Dataclass A dataclass in Python (using @dataclass) automatically adds methods like __init__, __repr__, and __eq__ ...
19 views
Learn how to recursively modify values in a nested dataclass in Python to manage complex data structures effectively.
2 views
10 months ago
Advanced dataclass features for cleaner code Using field(), post_init, and inheritance.
22 views
Discover the challenges and best practices when you want to ensure immutability in Python's frozen dataclasses. Learn how to ...
5 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
9 months ago
Discover how to create a recursive dataclass in Python using `make_dataclass` while resolving common type hint issues.
7 views
Discover how to export specific fields from a list of `dataclass` objects to a dictionary seamlessly in Python. --- This video is based ...
4 views
Discover how to effectively iterate over attributes of a dataclass in Python and dynamically manipulate their values in an efficient ...
3 views
Discover how to implement `Prefect 2.0` flows in a class context using Python dataclasses, avoiding common pitfalls like recursion ...
14 views
Discover the reasons behind the `read-only` attribute behavior of dataclass fields in Python, and learn how to resolve this issue ...