ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

679 results

Python Peak
What’s the trick to using dataclasses in Python? #discover the #secret of dataclasses for Cleaner

What's the trick to using dataclasses in Python? Dataclasses simplify class creation with less boilerplate code. They ...

0:18
What’s the trick to using dataclasses in Python? #discover the #secret of dataclasses for Cleaner

447 views

1 year ago

Python Peak
How can dataclasses automatically generate __init__? Unlock the Power of dataclasses for Clean Code!

How can dataclasses automatically generate __init__? When you create a class, you usually write an __init__ method.

0:15
How can dataclasses automatically generate __init__? Unlock the Power of dataclasses for Clean Code!

482 views

11 months ago

Python Peak
What’s the advantage of dataclasses.asdict for object serialization? Unlock the Power of

What's the advantage of dataclasses.asdict for object serialization? dataclasses.asdict automatically converts objects to ...

0:17
What’s the advantage of dataclasses.asdict for object serialization? Unlock the Power of

417 views

1 year ago

Python Peak
Why use field(init=False) in Python dataclasses? Unlocking Python Dataclasses Prevent Initialization

Why use field(init=False) in Python dataclasses? The init=False option allows you to skip certain attributes during initialization.

0:18
Why use field(init=False) in Python dataclasses? Unlocking Python Dataclasses Prevent Initialization

74 views

1 year ago

Python Peak
Why use dataclasses for cleaner class definitions? Revolutionize Your Code with Dataclasses in

Why use dataclasses for cleaner class definitions? Dataclasses help reduce boilerplate code in your classes. But many ...

0:19
Why use dataclasses for cleaner class definitions? Revolutionize Your Code with Dataclasses in

437 views

1 year ago

Python Peak
Why use dataclasses for clean Python code? Pythons dataclasses Clean Data Structures Simplified!

Why use dataclasses for clean Python code? dataclasses help you define clean, structured data models. They remove ...

0:40
Why use dataclasses for clean Python code? Pythons dataclasses Clean Data Structures Simplified!

24 views

1 year ago

Andy Dolinski
Data classes (OO Python Tutorials)

Lesson 05 - In this video, you will learn how to use data classes, which are a new and convenient feature of Python that simplifies ...

7:44
Data classes (OO Python Tutorials)

168 views

2 years ago

Python Peak
What’s the best approach to validate data classes? Master Data Class Validation in Python!

What's the best approach to validate data classes? Validation is key to ensuring data integrity in classes. But many ...

0:19
What’s the best approach to validate data classes? Master Data Class Validation in Python!

559 views

1 year ago

Eduardo Mendes
Live de Python #150 - Dataclasses e obsessão por primitivos

Bora aprender um pouco sobre dataclasses e sobre obsessão por primitivos? ------------------- O canal é mantido por uma iniciativa ...

1:23:31
Live de Python #150 - Dataclasses e obsessão por primitivos

16,259 views

Streamed 4 years ago

Python Peak
How do dataclasses handle mutable defaults? The #secret of dataclasses and Default Mutable Arguments

How do dataclasses handle mutable defaults? Mutable defaults in Python dataclasses are tricky. A mutable default (like a ...

0:37
How do dataclasses handle mutable defaults? The #secret of dataclasses and Default Mutable Arguments

420 views

1 year ago

Mersthub Mentors (מרסטהוב מנטורס)
Python Dataclasses Explained in 60 Seconds.  #pythontips  #programming #python

With dataclass, you can create simple classes quickly and easily. Special methods like __init__, __repr__, and __eq__, are ...

0:50
Python Dataclasses Explained in 60 Seconds. #pythontips #programming #python

147 views

1 year ago

Python Peak
Why use frozen dataclasses in Python? Why Use Python Dataclasses for Immutable Data Structures?

Why use frozen dataclasses in Python? Frozen dataclasses are perfect for creating unchangeable data structures. They help ...

0:37
Why use frozen dataclasses in Python? Why Use Python Dataclasses for Immutable Data Structures?

428 views

1 year ago

PyCon Israel
Data Classes in Python: Why They're Great - Tal Einat - PyCon Israel 2019

Data Classes in Python: Why They're Great + Examples Using attrs and dataclasses - Tal Einat - PyCon Israel 2019 ...

26:24
Data Classes in Python: Why They're Great - Tal Einat - PyCon Israel 2019

7,788 views

6 years ago

Eduardo Mendes
Python dataclasses #3 - Qual a importância disso + __post_init__

O canal é mantido por uma iniciativa de financiamento coletivo: https://apoia.se/livedepython Entendendo um pouco do que se ...

10:05
Python dataclasses #3 - Qual a importância disso + __post_init__

1,330 views

7 years ago

Python Peak
Why use dataclasses.asdict for serialization? Why Use dataclasses.asdict for Python Serialization?

Why use dataclasses.asdict for serialization? dataclasses.asdict simplifies turning objects into dictionaries. It converts nested ...

0:35
Why use dataclasses.asdict for serialization? Why Use dataclasses.asdict for Python Serialization?

50 views

11 months ago

Python Peak
What’s the #purpose of dataclasses.replace()? Uncovering the #mystery of dataclasses.replace() in

What's the Purpose of dataclasses.replace()? 🎛️ The purpose of dataclasses.replace() is to create a new instance with some ...

0:25
What’s the #purpose of dataclasses.replace()? Uncovering the #mystery of dataclasses.replace() in

36 views

1 year ago

Eduardo Mendes
Python dataclasses #1 - Comportamento básico

O canal é mantido por uma iniciativa de financiamento coletivo: https://apoia.se/livedepython Vamos entender como as ...

7:38
Python dataclasses #1 - Comportamento básico

3,860 views

7 years ago

EuroPython Conference
Sharing is caring: Efficient Data Exchange with pyarrow — Raúl Cumplido, Rok Mihevc, Alenka Frim

EuroPython 2025 — North Hall on 2025-07-17] *Sharing is caring: Efficient Data Exchange with pyarrow by Raúl Cumplido, ...

40:44
Sharing is caring: Efficient Data Exchange with pyarrow — Raúl Cumplido, Rok Mihevc, Alenka Frim

209 views

1 month ago

Python Peak
What’s the Best Approach to Validate Data Classes in Python? Mastering Data Validation with Python

What's the Best Approach to Validate Data Classes in Python? Validating data classes is essential for clean code. But many ...

0:19
What’s the Best Approach to Validate Data Classes in Python? Mastering Data Validation with Python

895 views

1 year ago

Apache Airflow
Dataclasses as Pipeline Definitions in Airflow

Presented by Madison Swain-Bowden at Airflow Summit 2021 We will describe how we were able to build a system in Airflow for ...

20:11
Dataclasses as Pipeline Definitions in Airflow

1,341 views

4 years ago