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
679 results
What's the trick to using dataclasses in Python? Dataclasses simplify class creation with less boilerplate code. They ...
447 views
1 year ago
How can dataclasses automatically generate __init__? When you create a class, you usually write an __init__ method.
482 views
11 months ago
What's the advantage of dataclasses.asdict for object serialization? dataclasses.asdict automatically converts objects to ...
417 views
Why use field(init=False) in Python dataclasses? The init=False option allows you to skip certain attributes during initialization.
74 views
Why use dataclasses for cleaner class definitions? Dataclasses help reduce boilerplate code in your classes. But many ...
437 views
Why use dataclasses for clean Python code? dataclasses help you define clean, structured data models. They remove ...
24 views
Lesson 05 - In this video, you will learn how to use data classes, which are a new and convenient feature of Python that simplifies ...
168 views
2 years ago
What's the best approach to validate data classes? Validation is key to ensuring data integrity in classes. But many ...
559 views
Bora aprender um pouco sobre dataclasses e sobre obsessão por primitivos? ------------------- O canal é mantido por uma iniciativa ...
16,259 views
Streamed 4 years ago
How do dataclasses handle mutable defaults? Mutable defaults in Python dataclasses are tricky. A mutable default (like a ...
420 views
With dataclass, you can create simple classes quickly and easily. Special methods like __init__, __repr__, and __eq__, are ...
147 views
Why use frozen dataclasses in Python? Frozen dataclasses are perfect for creating unchangeable data structures. They help ...
428 views
Data Classes in Python: Why They're Great + Examples Using attrs and dataclasses - Tal Einat - PyCon Israel 2019 ...
7,788 views
6 years ago
O canal é mantido por uma iniciativa de financiamento coletivo: https://apoia.se/livedepython Entendendo um pouco do que se ...
1,330 views
7 years ago
Why use dataclasses.asdict for serialization? dataclasses.asdict simplifies turning objects into dictionaries. It converts nested ...
50 views
What's the Purpose of dataclasses.replace()? 🎛️ The purpose of dataclasses.replace() is to create a new instance with some ...
36 views
O canal é mantido por uma iniciativa de financiamento coletivo: https://apoia.se/livedepython Vamos entender como as ...
3,860 views
EuroPython 2025 — North Hall on 2025-07-17] *Sharing is caring: Efficient Data Exchange with pyarrow by Raúl Cumplido, ...
209 views
1 month ago
What's the Best Approach to Validate Data Classes in Python? Validating data classes is essential for clean code. But many ...
895 views
Presented by Madison Swain-Bowden at Airflow Summit 2021 We will describe how we were able to build a system in Airflow for ...
1,341 views
4 years ago