ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,527 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

399 views

1 year ago

Patrick Loeber
Why dataclasses in Python are awesome!

Learn why dataclasses in Python are awesome and how to use them. Find Python jobs: https://pythonengineer.pallet.com ⭐ Join ...

0:45
Why dataclasses in Python are awesome!

298,763 views

3 years ago

Tech With Tim
Simplify your Python classes with the @dataclass decorator—here’s how it works!

The data class decorator now what the data class decorator will do is automatically fill in that boilerplate code that you're used to ...

1:01
Simplify your Python classes with the @dataclass decorator—here’s how it works!

8,302 views

10 months ago

Tech With Tim
Let's look at a practical example of how to use @dataclass in Python? 🚀🐍

... in Python and what the data class decorator does is read these and populate three common methods that typically we'd have to ...

1:27
Let's look at a practical example of how to use @dataclass in Python? 🚀🐍

11,436 views

10 months ago

ArjanCodes
Are Dataclasses Better Than Dictionaries in Python

Python dictionaries are a powerful data structure, but there are times when dataclasses make more sense. In this short, I explore ...

0:47
Are Dataclasses Better Than Dictionaries in Python

26,768 views

2 years ago

techwithtimhub
How to use DataClasses in Python? | Hit the link in BIO

The data class function now what the data class decorator will do is automatically implement some methods for you that are ...

0:59
How to use DataClasses in Python? | Hit the link in BIO

5,589 views

6 months ago

techwithtimhub
What is the dataclass decorator in Python

... the type hint in Python And what the data class decorator does is read these and populate three common methods that typically ...

1:27
What is the dataclass decorator in Python

2,640 views

8 months ago

Tech With Tim
Dataclass inheritance in Python

My Software Development Program: ...

1:04
Dataclass inheritance in Python

18,119 views

8 months ago

ArjanCodes
Data Classes In Less Than A Minute // Python Tips

Get my FREE 7-step guide to help you consistently design great software: https://arjancodes.com/designguide. ArjanCodes ...

0:59
Data Classes In Less Than A Minute // Python Tips

10,700 views

3 years ago

Питон для Начинающих
Как использовать декоратор dataclass в Python

Dataclass даёт возможность писать чистый код и даёт функции "из коробки". Надеюсь это последний раз когда вы пишите ...

3:33
Как использовать декоратор dataclass в Python

372 views

2 years ago

Stephen | Data
Use dataclasses in Python (via the 'dataclass' module) to help you write your boilerplate classes wi

Use dataclasses in Python (via the 'dataclass' module) to help you write your boilerplate classes with less code than the ...

0:22
Use dataclasses in Python (via the 'dataclass' module) to help you write your boilerplate classes wi

673 views

1 year ago

ArjanCodes
When to Use Data Classes in Python

Python offers many features for data management. One of these features is data classes, which allow you to create objects that ...

0:34
When to Use Data Classes in Python

11,542 views

2 years ago

Code Affinity
Dataclasses simplify class comparisons in Python! #python #coding #programming #computerscience

One of the most confusing ideas to newer Python programmers is that two separate instances of a class aren't equal to one ...

0:41
Dataclasses simplify class comparisons in Python! #python #coding #programming #computerscience

2,829 views

1 year ago

Eric Roby
Python DATACLASS is KING! #python #coding #programming

Python dataclass is a new way to be able to create Python objects. Use Python dataclass instead of the old way to create and ...

0:53
Python DATACLASS is KING! #python #coding #programming

804 views

2 years ago

Developer Service
Python Trick: Using dataclasses with field(default_factory=...)

Python's dataclasses module simplifies the creation of classes used for storing data. While most people know about basic usage, ...

0:21
Python Trick: Using dataclasses with field(default_factory=...)

77 views

1 year ago

ArjanCodes
A Few Neat Tricks For Customizing Dataclasses // Python Tips

Get my FREE 7-step guide to help you consistently design great software: https://arjancodes.com/designguide. ArjanCodes ...

0:58
A Few Neat Tricks For Customizing Dataclasses // Python Tips

13,609 views

3 years ago

Tech With Tim
This is what happens when a dataclass inherits from a non-dataclass.☝️💻

Inheritance now in this example we have a data class that is inheriting from a non dat class now when that's the case the ...

1:04
This is what happens when a dataclass inherits from a non-dataclass.☝️💻

4,086 views

10 months ago

ArjanCodes
Is Using a Data Class a Sign of Bad Design?

Python's dataclasses allow you to easily create data-oriented classes. Is it a sign of bad design if you're using them in your code?

0:39
Is Using a Data Class a Sign of Bad Design?

13,767 views

3 years ago

Tech With Tim
Mastering initialization variables in Python dataclasses—here’s what you need to know! 🚀

... say the repper or in the equal method or anything else that's going to be generated by the data class other than the initialization ...

1:24
Mastering initialization variables in Python dataclasses—here’s what you need to know! 🚀

3,869 views

10 months ago

Begin Secure
This Python Trick Will Save You Time!

This short shows how `python class` can be simplified with `python dataclass`, making your code cleaner and more efficient, and ...

1:07
This Python Trick Will Save You Time!

6,541 views

1 month ago