ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

74,800 results

Related queries

arjancodes

python enum

python-dotenv

python pydantic

python abstract class

python decorators

python logging

data class kotlin

python classes

python data structures

data classification

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,559 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,418 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,370 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

102,215 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,354 views

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

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

1 year ago

People also watched

PyCon 2018
Raymond Hettinger - Dataclasses:  The code generator to end all code generators - PyCon 2018

Speaker: Raymond Hettinger The PEP 557 dataclasses module is available in starting in Python 3.7. It will become an essential ...

45:08
Raymond Hettinger - Dataclasses: The code generator to end all code generators - PyCon 2018

128,068 views

7 years ago

NeuralNine
Data Classes in Python Are The New Standard

In this video we cover dataclasses. The modern best-practice way to implement data-focused classes.

20:34
Data Classes in Python Are The New Standard

69,401 views

4 years ago

Indently
Enums Explained In Under 12 Minutes In Python

In today's video we're going to be learning about the basics of enums in Python. We will also be covering what a Flag is and how ...

12:03
Enums Explained In Under 12 Minutes In Python

58,337 views

1 year ago

ArjanCodes
The Ultimate Guide to Writing Classes in Python

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 5 essential tips for ...

25:39
The Ultimate Guide to Writing Classes in Python

150,513 views

2 years ago

Tech With Tim
PLEASE Use These 5 Python Decorators

... Video Resources Python Decorators Tutorial: https://www.youtube.com/watch?v=tfCz563ebsU Python Dataclasses Tutorial: ...

20:12
PLEASE Use These 5 Python Decorators

162,841 views

1 year ago

Real Python
Defining Python Data Classes

One new and exciting feature that came out in Python 3.7 was the data class. A data class is a class typically containing mainly ...

17:29
Defining Python Data Classes

14,644 views

4 years ago

ArjanCodes
Do We Still Need Dataclasses? // PYDANTIC Tutorial

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Pydantic is a very useful package that makes ...

16:33
Do We Still Need Dataclasses? // PYDANTIC Tutorial

210,128 views

4 years ago

Stoched
Python JSON Serialization/Deserialization Made Easy!

Here's a little tutorial on how I parse JSON into Python data classes using the json module. Data classes are super nice because ...

11:46
Python JSON Serialization/Deserialization Made Easy!

18,437 views

2 years ago

ArjanCodes
5 Tips For Object-Oriented Programming Done Well - In Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. You can do Object-Oriented Programming badly, ...

16:08
5 Tips For Object-Oriented Programming Done Well - In Python

228,230 views

3 years ago

The Morpheus Tutorials
Python Tutorial #15 - Module

In diesem Tutorial eine kurze Einführung zu Modulen. Playlist: ...

6:23
Python Tutorial #15 - Module

91,036 views

10 years 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,800 views

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

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

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

4 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,093 views

2 years 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,208 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,573 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

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,506 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,730 views

1 year ago