ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,416 results

ArjanCodes
It Seems I No Longer Use Python’s Dataclasses

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I take a deep dive into Python ...

14:30
It Seems I No Longer Use Python’s Dataclasses

101,592 views

5 months 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,301 views

10 months ago

Bro Code
You'll love Python data classes! 📋

python #coding #programming # Data Class = A special kind of class that's designed mostly for holding data # without writing a lot ...

7:29
You'll love Python data classes! 📋

25,666 views

1 month 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,423 views

10 months ago

Indently
3 ways to type a dictionary in Python (TypedDict VS @dataclass)

One thing you may have noticed in Python is that typing dictionaries isn't always straightforward. As dictionaries grow in ...

10:38
3 ways to type a dictionary in Python (TypedDict VS @dataclass)

13,996 views

2 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,635 views

8 months 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,588 views

6 months ago

Python Russian
Dataclass работает за нас

Dataclass - это способ гибко управлять нашими классами, который позволяет писать меньше кода Под капотом реализуют ...

18:34
Dataclass работает за нас

2,225 views

6 months ago

Coding with David
Why Python Dataclass Will Change Your Code Forever

Learn how Python dataclass decorator revolutionizes class creation and eliminates boilerplate code in this comprehensive tutorial ...

5:58
Why Python Dataclass Will Change Your Code Forever

976 views

3 months ago

Tech With Tim
Dataclass inheritance in Python

My Software Development Program: ...

1:04
Dataclass inheritance in Python

18,109 views

8 months ago

Informatique Sans Complexe !
🚀 Dataclasses in Python: simple, clean, and (so) practical!

Tired of always writing the same __init__, __repr__, or __eq__ methods in your Python classes? Dataclasses are there to ...

10:39
🚀 Dataclasses in Python: simple, clean, and (so) practical!

746 views

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

Coding Together
Python Classes Made Easy With This Trick!

coding #python #pythonprogramming #programming Simplify Python classes with the dataclass decorator! Learn how ...

1:17
Python Classes Made Easy With This Trick!

1,679 views

7 months ago

NextGen AI Explorer
Setting Up a Data Class in Python ##ai ##artificialintelligence ##machinelearning ##aiagent #Setting

To get started with data classes in Python, the first step is to import the dataclass decorator from the dataclasses module.

0:46
Setting Up a Data Class in Python ##ai ##artificialintelligence ##machinelearning ##aiagent #Setting

7 views

5 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,535 views

1 month ago

Курушкин Дмитрий
Dataclass против обычного класса: когда и зачем? Как хранить данные в Python проще и чище

Мой TG канал: https://t.me/+MWF9zaWtbZFhOGZi Зачем писать огромные классы в Python, если тебе нужно просто хранить ...

0:46
Dataclass против обычного класса: когда и зачем? Как хранить данные в Python проще и чище

12,098 views

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

PyShine
Python dataclass in 58 seconds! ⚡️ #shorts

python tutorial,python tutorial for beginners,python,python programming tutorial,learn python,python programming,python course ...

0:59
Python dataclass in 58 seconds! ⚡️ #shorts

1,915 views

3 months ago

Coder Trader
Data Classes: Little Tricks for Initialization

We explore data class tricks for initialization. We'll cover how to calculate something on initialization, just like the example with the ...

0:18
Data Classes: Little Tricks for Initialization

257 views

5 months ago

techwithtimhub
What you need to know about 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:24
What you need to know about the dataclass decorator in Python

2,635 views

4 months ago