ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

942 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

115,452 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,333 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,297 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,129 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,743 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,504 views

2 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

450,110 views

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

7 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

150,467 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

162,783 views

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

4 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

280,101 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?

212,856 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

97,801 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

111,807 views

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

347 views

2 years ago

Corey Schafer
Python OOP Tutorial 1: Classes and Instances

In this Python Object-Oriented Tutorial, we will begin our series by learning how to create and use classes within Python. Classes ...

15:24
Python OOP Tutorial 1: Classes and Instances

4,853,168 views

9 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?

69,708 views

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

11 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

436 views

2 years ago

Socratica
Python Classes and Objects  ||  Python Tutorial  ||  Learn Python Programming

Stay in the loop INFINITELY: https://snu.socratica.com/python Classes are a fundamental part of modern ...

10:32
Python Classes and Objects || Python Tutorial || Learn Python Programming

1,084,512 views

8 years ago

ArjanCodes
SQLAlchemy: The BEST SQL Database Library in Python

Try out Oso for free here: https://oso.1stcollab.com/arjancodes_3 Ever heard of SQLAlchemy and thought it sounded like a ...

16:39
SQLAlchemy: The BEST SQL Database Library in Python

161,778 views

1 year ago

ArjanCodes
The REAL Reason You Should Use Type Hints in Python

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'm going to show you why ...

13:01
The REAL Reason You Should Use Type Hints in Python

31,927 views

7 months 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,216 views

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

169,416 views

4 years ago