ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68,658 results

Tech With Tim
Python Data Classes Are AMAZING! Here's Why

To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/WqWaze Learn ...

16:11
Python Data Classes Are AMAZING! Here's Why

115,369 views

1 year ago

mCoding
Python dataclasses will save you HOURS, also featuring attrs

Get rid of boilerplate writing classes using dataclasses! In this video we learn about dataclasses and how to use them, as well as ...

8:50
Python dataclasses will save you HOURS, also featuring attrs

968,284 views

4 years ago

ArjanCodes
This Is Why Python Data Classes Are Awesome

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Data classes in Python are really powerful and not ...

22:19
This Is Why Python Data Classes Are Awesome

856,266 views

3 years ago

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,815 views

5 months ago

Indently
5 Cool Dataclass Features In Python

In this video we will be covering five really nice features that come with dataclasses in Python. ▷ Become job-ready with Python: ...

10:37
5 Cool Dataclass Features In Python

26,320 views

1 year 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,719 views

1 month ago

pixegami
Python Dataclasses: Here's 7 Ways It Will Improve Your Code

Dataclasses in Python simplify the creation of data structures with minimal code, and gives you a lot of useful utility right out of the ...

9:34
Python Dataclasses: Here's 7 Ways It Will Improve Your Code

21,125 views

2 years ago

Indently
How To Use: "@dataclass" In Python (Tutorial 2023)

Here's a quick guide on how you can use dataclasses in Python, and how they help us avoid a lot of boilerplate code. ▷ Become ...

15:01
How To Use: "@dataclass" In Python (Tutorial 2023)

35,652 views

2 years ago

Alex Mux
Python Dataclasses: From Basic to Advanced Features

We take a detailed dive into dataclasses in python. We learn about how they work, and explore all the parameters including, init, ...

10:06
Python Dataclasses: From Basic to Advanced Features

4,430 views

1 year ago

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

selfedu
#37. Введение в Python Data Classes (часть 1)  | Объектно-ориентированное программирование Python

Курс по Python ООП: https://stepik.org/a/116336 Объявление классов данных (Data Classes) через декоратор dataclass.

18:55
#37. Введение в Python Data Classes (часть 1) | Объектно-ориентированное программирование Python

30,199 views

2 years 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,682 views

3 years ago

ArjanCodes
Attrs, Pydantic, or Python Data Classes?

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Data classes are a valuable tool in the Python ...

17:10
Attrs, Pydantic, or Python Data Classes?

102,058 views

2 years ago

MathByte Academy
A Deep Dive into Python's Dataclasses (Part 1)

This two-part series of videos takes a deep dive into Python dataclasses. The goal of these videos is not to learn just the ...

1:07:42
A Deep Dive into Python's Dataclasses (Part 1)

14,582 views

2 years ago

ZProger [ IT ]
Python Data Classes Will Make You a Better Person | How dataclass works

How to use dataclass in Python ⭐ OOP Course and Private Channel: https://www.zproger-school.com/?utm_source=yt&utm_medium=no ...

10:21
Python Data Classes Will Make You a Better Person | How dataclass works

51,567 views

3 years ago

mCoding
Which Python @dataclass is best? Feat. Pydantic, NamedTuple, attrs...

Get rid of boilerplate in writing classes. Which dataclass alternative should you use though? In this video we test dataclasses, attrs ...

9:48
Which Python @dataclass is best? Feat. Pydantic, NamedTuple, attrs...

116,740 views

4 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,301 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,425 views

10 months ago

mCoding
Why I prefer attrs over dataclasses

Better Python dataclasses! Attrs is the original dataclass library. Literally, the standard library "dataclasses" module was based off ...

6:21
Why I prefer attrs over dataclasses

69,504 views

2 years ago

Indently
Python Dataclasses Are Even More AWESOME With: "__post_init__"

Today, we will be learning about the hidden power that comes with __post_init__ in Python. This functionality is super nice when ...

8:02
Python Dataclasses Are Even More AWESOME With: "__post_init__"

13,729 views

1 year ago