ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

811 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,509 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,159 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

858,982 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,790 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,309 views

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

2 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,274 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,889 views

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

1 year 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

460,924 views

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

4 years 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,452 views

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

73,497 views

1 year ago

mCoding
The real purpose of Python's match statement, feat. CSTs

What's the purpose of the match statement in Python? The match statement is commonly mistaken for being Python's way of ...

9:59
The real purpose of Python's match statement, feat. CSTs

230,205 views

4 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

Rob Mulla
25 Nooby Pandas Coding Mistakes You Should NEVER make.

In this video I go over my list of 25 mistakes commonly made my beginners learning pandas in python. Pandas is a great tool, but ...

11:30
25 Nooby Pandas Coding Mistakes You Should NEVER make.

299,905 views

3 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

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

mCoding
Python __slots__ and object layout explained

Save memory using Python slots. Python __slots__ are useful for saving memory when you have a large number of small objects ...

10:16
Python __slots__ and object layout explained

98,149 views

4 years ago

ArjanCodes
Why You Should Use Pydantic in 2024 | Tutorial

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this updated Pydantic tutorial, I'll cover all the ...

13:56
Why You Should Use Pydantic in 2024 | Tutorial

113,755 views

1 year ago