ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,882 results

Code Affinity
Python Dataclasses Explained in 4 minutes! #python #coding #programming

Dataclasses are one of the most useful features in Python. In this brief video tutorial, we'll be covering how to create a dataclass, ...

3:27
Python Dataclasses Explained in 4 minutes! #python #coding #programming

426 views

1 year ago

Interview Mentor App
¿Qué es un Dataclass en Python? | Pregunta de Entrevista Explicada

Aprende qué son los dataclasses de Python y cómo eliminan código repetitivo. Cubrimos el decorador @dataclass, anotaciones ...

1:42
¿Qué es un Dataclass en Python? | Pregunta de Entrevista Explicada

0 views

1 month ago

Python Peak
Python Dataclass Advanced Features #programming

Advanced dataclass features for cleaner code Using field(), post_init, and inheritance.

2:13
Python Dataclass Advanced Features #programming

22 views

3 months ago

thinkgo
Python Dataclasses in a Hurry

Here is a quick intro into Python dataclasses for people in a hurry. Get the basics in about 60 seconds. Find everything covered in ...

2:02
Python Dataclasses in a Hurry

109 views

4 years ago

vlogize
Pydantic vs dataclass in Python: Pros and Cons

Explore the pros and cons of using Pydantic's BaseModel versus Python's dataclass for data validation and handling. Discover ...

1:12
Pydantic vs dataclass in Python: Pros and Cons

53 views

1 year ago

Hey Insights
Pydantic DataClass vs BaseModel: A Comparison

Pydantic DataClass vs BaseModel: A Comparison In this video, we compare Pydantic's DataClass and BaseModel classes in ...

2:45
Pydantic DataClass vs BaseModel: A Comparison

64 views

1 year ago

vlogize
How to Identify if a Dataclass Instance has Changed in Python Without Making a Copy

Discover how to monitor changes in Python dataclass instances without duplicating memory. Learn about a useful Proxy class ...

2:28
How to Identify if a Dataclass Instance has Changed in Python Without Making a Copy

4 views

11 months ago

Python Bakery
Lesson 8A2) Nesting Dataclasses (Bart)

For the rest of the textbook, see: https://blockpy.cis.udel.edu/assignments/textbook/bakery_textbook?embed=false.

3:20
Lesson 8A2) Nesting Dataclasses (Bart)

298 views

3 years ago

vlogize
How to Effectively Address a Python Dataclass Instance

Learn how to efficiently reference and update attributes of Python dataclass instances without excessive iterations. Explore best ...

1:44
How to Effectively Address a Python Dataclass Instance

0 views

9 months ago

blogize
Mastering Python Dataclass With List: Exploring Defaults, Objects, and Practical Examples

Summary: Discover how to leverage Python's dataclasses with lists, including setting default values, managing lists of objects, and ...

1:59
Mastering Python Dataclass With List: Exploring Defaults, Objects, and Practical Examples

24 views

1 year ago

vlogize
Fixing Python dataclass Errors: Setting Default Lists with Values

Learn how to properly set default values for lists in Python dataclasses using `default_factory` instead of mutable defaults to avoid ...

1:27
Fixing Python dataclass Errors: Setting Default Lists with Values

2 views

11 months ago

Turtle Code
The Python Trick That Shortens Your Code – Master @dataclass!

In this video, we're going to show you a super simple way to write cleaner, shorter Python classes using the @dataclass decorator ...

1:10
The Python Trick That Shortens Your Code – Master @dataclass!

437 views

9 months ago

vlogize
Mastering dataclass Usage in Python

Learn the proper way to define and use a `dataclass` in another class in Python. This guide breaks down the process into simple ...

1:35
Mastering dataclass Usage in Python

1 view

11 months ago

CodeTwist
python when to use dataclass

Download this code from https://codegive.com Dataclasses were introduced in Python 3.7 as a convenient way to create classes ...

3:06
python when to use dataclass

1 view

2 years ago

CodeKick
python dataclass list of objects

Instantly Download or Run the code at https://codegive.com tutorial: python dataclass list of objects in python, dataclasses provide ...

3:27
python dataclass list of objects

22 views

1 year ago

CodeKick
python dataclass initialize list

Instantly Download or Run the code at https://codegive.com python dataclasses provide a convenient way to define classes with ...

3:26
python dataclass initialize list

7 views

1 year ago

vlogize
Python Modifying Frozen Dataclass: Understanding the Limitations and Best Practices

Discover the challenges and best practices when you want to ensure immutability in Python's frozen dataclasses. Learn how to ...

1:47
Python Modifying Frozen Dataclass: Understanding the Limitations and Best Practices

5 views

11 months ago

vlogize
Can a dataclass Inherit Attributes from a Normal Python Class?

Discover how to inherit attributes from normal classes in Python using `dataclasses` with a thorough explanation and example.

2:09
Can a dataclass Inherit Attributes from a Normal Python Class?

4 views

11 months ago

vlogize
How to easily convert dataclass fields to dict using Python

Discover how to export specific fields from a list of `dataclass` objects to a dictionary seamlessly in Python. --- This video is based ...

2:11
How to easily convert dataclass fields to dict using Python

6 views

11 months ago

vlogize
Python dataclass type hints and input type conversions

Understanding `Python` dataclasses and how to handle type hints and input conversions effectively --- This video is based on the ...

1:45
Python dataclass type hints and input type conversions

0 views

11 months ago