ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,906 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

416 views

1 year 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

3 years 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

8 months ago

CodeCraze
python dataclass slots

Instantly Download or Run the code at https://codegive.com title: a comprehensive guide to python dataclass slots introduction: ...

3:09
python dataclass slots

24 views

1 year 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

51 views

1 year ago

vlogize
Creating a Recursive Dataclass with make_dataclass in Python

Discover how to create a recursive dataclass in Python using `make_dataclass` while resolving common type hint issues.

1:45
Creating a Recursive Dataclass with make_dataclass in Python

7 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

9 months ago

vlogize
Combining dataclass and enum in Python

Discover effective methods to blend `dataclass` and `enum` in Python for improved code structure and clarity. --- This video is ...

1:33
Combining dataclass and enum in Python

8 views

10 months ago

blogize
Pydantic DataClass vs BaseModel: A Comparison

Summary: Explore the differences between Pydantic DataClass and BaseModel, focusing on data validation, serialization, and ...

1:40
Pydantic DataClass vs BaseModel: A Comparison

260 views

1 year ago

vlogize
How to Use None with Python Dataclass Fields and Default Values

A guide on handling `None` values in Python dataclasses while utilizing default field values effectively to maintain code ...

1:46
How to Use None with Python Dataclass Fields and Default Values

1 view

10 months ago

vlogize
Efficiently Looping Over a Dataclass to Fill Values in Python

Learn how to loop through a Python dataclass and dynamically assign values, avoiding common pitfalls! --- This video is based on ...

1:46
Efficiently Looping Over a Dataclass to Fill Values in Python

0 views

10 months ago

vlogize
Making All Fields in a @dataclass Optional in Python

Learn how to make all fields of a Python `-dataclass` optional and default to `None` without specifying `Optional` for each property.

1:44
Making All Fields in a @dataclass Optional in Python

4 views

10 months 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

2 months ago

Hey Delphi
PYTHON : Python dataclass from a nested dict

PYTHON : Python dataclass from a nested dict To Access My Live Chat Page, On Google, Search for "hows tech developer ...

1:14
PYTHON : Python dataclass from a nested dict

9 views

2 years 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

10 months ago

CodeTube
python 3 data class

Download this code from https://codegive.com Certainly! Here's a comprehensive tutorial on Python 3's dataclass module, ...

2:32
python 3 data class

1 view

2 years ago

IL DaGENERAL TV
What Is the @dataclass Decorator in Python?

What Is the @dataclass Decorator in Python? Are you wondering what the @dataclass decorator in Python is and how it can make ...

1:46
What Is the @dataclass Decorator in Python?

13 views

6 months ago

vlogize
Mastering Python Descriptors with default_factory in dataclass

Discover how to effectively use `Python` descriptors alongside `default_factory` in `dataclass` to create efficient and encapsulated ...

1:51
Mastering Python Descriptors with default_factory in dataclass

8 views

10 months ago

vlogize
Efficiently Creating Dataclass Instances with Multiple Arguments in Python

Discover a smarter way to handle multiple arguments for Python dataclasses, enhancing code clarity and efficiency. Learn about ...

1:27
Efficiently Creating Dataclass Instances with Multiple Arguments in Python

0 views

9 months 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

10 months ago