ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

74,653 results

Related queries

python typing

arjancodes

python enum

python abstract class

python pydantic

python-dotenv

python decorators

python logging

data class kotlin

python classes

python data structures

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,237 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,183 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,189 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,446 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,287 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,654 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,106 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,638 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,419 views

1 year ago

People also watched

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

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

3 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,400 views

4 years ago

CS Dojo
Classes and Objects with Python - Part 1 (Python Tutorial #9)

Object oriented programming (OOP) in Python - let's go! Introduction to Classes and Objects: https://youtu.be/8yjkWGRlUmY ...

11:36
Classes and Objects with Python - Part 1 (Python Tutorial #9)

1,647,742 views

7 years ago

The Morpheus Tutorials
Python exercise - Tic Tac Toe

In this tutorial we will write a mini-game: Tic Tac Toe :) Link: https://github.com/TheMorpheus407/Tutorials/blob/master ...

35:02
Python exercise - Tic Tac Toe

79,218 views

6 years ago

ArjanCodes
15 Python Libraries You Should Know About

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

14:54
15 Python Libraries You Should Know About

452,165 views

2 years ago

k0nze
Python Interfaces and Abstract Base Class (ABC): A Must-Know for Advanced Programmers

Take your Python programming skills to the next level with this must-know topic: interfaces and abstract classes. Learn how to ...

10:05
Python Interfaces and Abstract Base Class (ABC): A Must-Know for Advanced Programmers

29,796 views

1 year ago

Indently
5 Really Cool Python Functions

In this video we are going to be learning about 5 really cool Python functions that I've loved using throughout the years.

19:58
5 Really Cool Python Functions

91,194 views

1 year ago

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

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

10 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,572 views

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

4 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

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

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

3 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,728 views

1 year ago

The Morpheus Tutorials
Python Tutorial - Dataclasses - Neu in Python 3.7

Today a small feature that was added in Python 3.7: Dataclasses. ❤❤❤ Early access to tutorials, polls, live events and ...

15:38
Python Tutorial - Dataclasses - Neu in Python 3.7

9,041 views

7 years ago

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

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

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

2,223 views

6 months ago