ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,782 results

ArjanCodes
Why Dataclasses Disappear in Real Python Applications

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
Why Dataclasses Disappear in Real Python Applications

109,326 views

7 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! 📋

27,924 views

2 months ago

ArjanCodes
7 Things You Didn’t Know Dataclasses Could Do

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Dataclasses are often treated as nothing more ...

20:24
7 Things You Didn’t Know Dataclasses Could Do

32,577 views

2 weeks 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)

14,450 views

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

772 views

7 months ago

Coding with David
Python Dataclass vs Regular Classes - You're Doing It Wrong

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

5:58
Python Dataclass vs Regular Classes - You're Doing It Wrong

998 views

4 months ago

Диджитализируй!
Business logic in dataclass, pydantic, attrs classes, or regular classes? OOP in Python

My course "Hardcore Web Development" - https://course.to.digital 00:00 In which classes do you write business logic? 00:57 ...

26:21
Business logic in dataclass, pydantic, attrs classes, or regular classes? OOP in Python

12,912 views

4 weeks ago

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

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

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

2,333 views

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

7 months ago

Red Tea Infusion
Python 3.12 Intermediate Tutorial - Lesson 19 - Dataclass

Lesson 19 - Dataclass A dataclass in Python (using @dataclass) automatically adds methods like __init__, __repr__, and __eq__ ...

4:15
Python 3.12 Intermediate Tutorial - Lesson 19 - Dataclass

19 views

8 months ago

Code with Josh
Best Way to Store Data in Python? Classes vs Dataclasses vs NamedTuple (Full Comparison)

Join my Python Masterclass ~ https://www.zerotoknowing.com/join-now Join my Free Python Webinar ...

26:03
Best Way to Store Data in Python? Classes vs Dataclasses vs NamedTuple (Full Comparison)

2,603 views

8 months ago

vlogize
Recursively Change Values in a Nested Dataclass in Python

Learn how to recursively modify values in a nested dataclass in Python to manage complex data structures effectively.

2:20
Recursively Change Values in a Nested Dataclass in Python

2 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

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

Semantics Lab
Why every Python developer should know dataclasses

Are you still writing boilerplate code for your Python classes? It's time to level up! In this video, we explore why every Python ...

6:55
Why every Python developer should know dataclasses

9 views

8 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
Can a dataclass Inherit Attributes from a Normal Python Class?

Discover how to inherit attributes from normal classes in Python using `dataclasses` with a thorough explanation and example.

2:09
Can a dataclass Inherit Attributes from a Normal Python Class?

4 views

10 months ago

vlogize
Understanding Why Your Dataclass Attribute is Read-Only in Python

Discover the reasons behind the `read-only` attribute behavior of dataclass fields in Python, and learn how to resolve this issue ...

1:50
Understanding Why Your Dataclass Attribute is Read-Only in Python

2 views

10 months ago

Python Peak
Dataclass Advanced Features Explained #pythonpostinitpatternsidea

Inheritance post init and computed fields Dataclasses support advanced features for complex data structures.

2:13
Dataclass Advanced Features Explained #pythonpostinitpatternsidea

16 views

2 months ago

IL DaGENERAL TV
Understanding Python's @dataclass Decorator  - WITH CODE Examples

Understanding Python's @dataclass Decorator - WITH CODE Examples.

2:50
Understanding Python's @dataclass Decorator - WITH CODE Examples

22 views

6 months ago