ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,255 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,341 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,926 views

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

14,452 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

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

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

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

2,333 views

7 months ago

Visually Explained
Python Decorators - Visually Explained

Resources & Further Learning - *args vs **kwargs - Visually Explained: https://www.youtube.com/watch?v=FFpDsC6B2qw ...

16:00
Python Decorators - Visually Explained

212,947 views

2 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

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

Indently
TypedDict is Awesome in Python

TypedDict is pretty awesome in Python. It allows us to properly structure our dictionaries when typing, and that's what we'll be ...

11:08
TypedDict is Awesome in Python

25,709 views

3 months ago

BugBytes
Python Data Classes - simpler and more Pythonic code!

... resource to learn Python - https://datacamp.pxf.io/kOjKkV ⭐ This video looks at Python dataclasses, and how you can use them ...

8:17
Python Data Classes - simpler and more Pythonic code!

3,145 views

8 months ago

Start Coding Today
Python Dataclasses Explained | Cleaner Class Creation Guide#Python #Programming #OOP

Master Python Dataclasses (@dataclass) for cleaner class creation! Learn how to reduce boilerplate code and automatically ...

7:07
Python Dataclasses Explained | Cleaner Class Creation Guide#Python #Programming #OOP

1 view

4 hours ago

Emilio Carrión
The secret pattern they use in Rust and not in Python

▶ Newsletter: https://www.emiliocarrion.com/newsletter ▶ More free content at: https://www.emiliocarrion.com/ ▶ More about ...

8:55
The secret pattern they use in Rust and not in Python

2,204 views

6 months ago

Oppkey
44 Using Python Dataclasses in a Flet App: Cleaner Models, Less Boilerplate - PYTH 9.08

All the code used in this video is free and downloadable at https://industry-python.thinkific.com - Free registration required. In this ...

12:47
44 Using Python Dataclasses in a Flet App: Cleaner Models, Less Boilerplate - PYTH 9.08

58 views

1 month ago

ArjanCodes
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...

15:24
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

321,028 views

3 months ago

Deep knowledge
Python Data Classes Tutorial From Noob to Pro in 10 Minutes 🚀📦 With Tips & Hidden Tricks!

Welcome to your ultimate crash course on Python Data Classes! Whether you're a Python beginner or a seasoned ...

13:55
Python Data Classes Tutorial From Noob to Pro in 10 Minutes 🚀📦 With Tips & Hidden Tricks!

44 views

5 months ago

Free Python Code
How to set attribute for dataclass from Dict data or JSON data In Python

python #coding #dataclass #pythonprogramming.

5:07
How to set attribute for dataclass from Dict data or JSON data In Python

5 views

2 weeks ago

Yash360
Python for Beginners – Day 1 | VS Code Setup, Variables & Data Types

This video is the perfect starting point for anyone who wants to learn Python for Data Science, Data Analytics, Machine Learning, ...

15:02
Python for Beginners – Day 1 | VS Code Setup, Variables & Data Types

83 views

3 weeks ago

python__core__
Do you use NamedTuple or Dataclass? The ULTIMATE Guide to Python (Fluent Python)

00:00 - Introduction to Data Classes 00:51 - Creating a Traditional Python Class 04:54 - What is namedtuple and how to use it ...

19:08
Do you use NamedTuple or Dataclass? The ULTIMATE Guide to Python (Fluent Python)

28 views

4 months ago

Uwise
009 A Guide to Python Dataclasses

A Guide to Python Classes** Build smarter programs with the power of **Object-Oriented Programming (OOP)** in Python!

7:41
009 A Guide to Python Dataclasses

4 views

5 months ago