ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

803 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

119,971 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

972,496 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

859,279 views

3 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,870 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...

117,380 views

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

152,497 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,760 views

2 years ago

ArjanCodes
If You’re Not Using Python DATA CLASSES Yet, You Should 🚀

This video is a tutorial about Python's dataclasses. I take you through an example that shows what you can do with them. Python ...

10:55
If You’re Not Using Python DATA CLASSES Yet, You Should 🚀

325,908 views

4 years ago

pixegami
Pydantic Tutorial • Solving Python's Biggest Problem

Learn how to use Pydantic in this short tutorial! Pydantic is the most widely used data validation library for Python. It lets you ...

11:07
Pydantic Tutorial • Solving Python's Biggest Problem

462,304 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

166,472 views

1 year ago

ArjanCodes
Composition Is Better Than Inheritance in Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I explain the difference between ...

23:29
Composition Is Better Than Inheritance in Python

281,769 views

4 years ago

AxOps Academy
2.2 - What are Dataclasses? | Advanced Python

In this video, we will delve into Python's `dataclasses` module, an essential tool introduced in Python 3.7 for simplifying class ...

3:26
2.2 - What are Dataclasses? | Advanced Python

12 views

1 year ago

ArjanCodes
Functions vs Classes: When to Use Which and Why?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Functions vs. Classes?! Are you trying ...

10:49
Functions vs Classes: When to Use Which and Why?

216,875 views

2 years ago

The Theory Of Code
Data Classes in Python Programming Language | Python Dataclass

As python is gaining its popularity, it becoming more and more coders friendly. In that direction, Python from version 3.7 onwards ...

7:57
Data Classes in Python Programming Language | Python Dataclass

348 views

2 years ago

mCoding
Metaclasses in Python

Metaclasses customize the class creation process. We go over what metaclasses are and give some notable examples, including: ...

15:45
Metaclasses in Python

170,209 views

4 years ago

mCoding
Python 3.10's Quality of Life improvements

New in Python 3.10, part II. New quality of life improvements like better error messages and line numbers, as well as a few ...

5:14
Python 3.10's Quality of Life improvements

32,252 views

4 years ago

JakeEh
Properties & Data Classes | Python Classes

In this final video, for the Python Classes series, we are going over Properties & Data Classes! Properties allow you to make ...

14:21
Properties & Data Classes | Python Classes

1,130 views

1 year ago

ModernPython
Use Python's dataclass to make C like struct object #python #shorts

Dataclass can be used to make a Python class that behaves like a structure in C. It is an improvement over NamedTuple because ...

0:30
Use Python's dataclass to make C like struct object #python #shorts

444 views

2 years ago

Tech With Tim
10 Python Functions That Will Simplify Your Life

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

19:19
10 Python Functions That Will Simplify Your Life

72,732 views

1 year ago

ArjanCodes
Protocols vs ABCs in Python - When to Use Which One?

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm revisiting Protocols and ABCs in ...

15:31
Protocols vs ABCs in Python - When to Use Which One?

74,051 views

1 year ago