ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,614,799 results

Indently
“typing” is getting deprecated in Python

In today's video we're going to be talking about the typing module getting deprecated in Python, or to be more specific, how most ...

7:20
“typing” is getting deprecated in Python

107,660 views

1 year ago

Indently
Python: A Quick Guide To Type Annotations (ft. Mypy)

In today's video we will be learning about type annotations in Python, and also why I always try to type everything with no ...

11:25
Python: A Quick Guide To Type Annotations (ft. Mypy)

54,137 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,908 views

7 months ago

Indently
The BIGGEST Misconception About Type Hints In Python Explained

Throughout the web I've noticed a lot of people that have been using type hints thinking that it will achieve what "compiled ...

5:15
The BIGGEST Misconception About Type Hints In Python Explained

64,425 views

3 years ago

Bro Code
Learn Python DUCK TYPING in 4 minutes! 🦆

"Duck typing" = Another way to achieve polymorphism besides Inheritance # Object must have the minimum necessary ...

4:19
Learn Python DUCK TYPING in 4 minutes! 🦆

23,639 views

1 year ago

The Code Guy
Python Type Annotations: Code Clarity Unleashed!

Unlock the power of clear Python code with type annotations (type hints)! In this beginner-friendly tutorial, I'll guide you through ...

4:34
Python Type Annotations: Code Clarity Unleashed!

1,442 views

1 year ago

ArjanCodes
Python 3.12 Generic Types Explained

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

18:27
Python 3.12 Generic Types Explained

76,733 views

2 years ago

Corey Schafer
Python Tutorial: Type Hinting vs Type Checking vs Data Validation - What’s the Difference?

In this video, we'll be learning about the differences between type hinting, type checking, and data validation in Python. These are ...

18:16
Python Tutorial: Type Hinting vs Type Checking vs Data Validation - What’s the Difference?

29,283 views

6 months ago

anthonywritescode
python typing: Optional is not optional! (intermediate) anthony explains #146

today I talk about the Optional type in python typing and why I think it is very poorly named playlist: ...

4:16
python typing: Optional is not optional! (intermediate) anthony explains #146

7,100 views

5 years ago

Telusko
#58 Python Tutorial for Beginners | Duck Typing

Python Tutorial to learn Python programming with examples Complete Python Tutorial for Beginners Playlist ...

6:17
#58 Python Tutorial for Beginners | Duck Typing

376,524 views

7 years ago

Corey Schafer
Python Tutorial: Duck Typing and Asking Forgiveness, Not Permission (EAFP)

In this Python Tutorial, we will look at a couple of the aspects of being "Pythonic". If you've never heard the term Pythonic before, ...

15:23
Python Tutorial: Duck Typing and Asking Forgiveness, Not Permission (EAFP)

136,607 views

9 years ago

Indently
5 Good Python Habits

Here are 5 good habits you should consider building in Python. ▷ Become job-ready with Python: https://www.indently.io ...

17:35
5 Good Python Habits

1,016,136 views

1 year ago

ArjanCodes
5 Reasons Why You Should Use Type Hints In Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Even though you don't see type hints all that often ...

13:54
5 Reasons Why You Should Use Type Hints In Python

115,453 views

3 years ago

Channels new to you

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

2 months ago

Telusko
#49 Polymorphism and Duck Typing in Python

In this video, we'll understand the concepts of Polymorphism and Duck Typing in Python — using real-world examples and ...

8:45
#49 Polymorphism and Duck Typing in Python

1,525 views

8 days ago

codingjerk
This will fix Python type checking

So, Astral is working on a new Python type checker. Let's check it out! *Time stamps:* - 00:00 - Intro - 00:31 - Type Annotations ...

6:23
This will fix Python type checking

26,098 views

7 months ago

Carberra
Generics are VITAL in typed Python

Generics are a slightly odd (at first) but incredibly useful part of Python's type system that allow you to create a single typed ...

16:54
Generics are VITAL in typed Python

16,729 views

1 year ago

anthonywritescode
python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

today I talk about explicit type aliases in python -- why they're necessary, and how to use them! - python typing / mypy: ...

5:54
python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

2,300 views

4 years ago

anthonywritescode
python typing: Generator[T, S, R] (intermediate) anthony explains #297

today I talk about the three generic types of `typing.Generator` and what send / return type mean. - generator basics: ...

6:47
python typing: Generator[T, S, R] (intermediate) anthony explains #297

3,848 views

4 years ago

Carberra
What IS typing.Annotated?

Annotated is one of things you see around quite a bit, and while it's part of the typing library, it provides some actual runtime ...

9:54
What IS typing.Annotated?

10,389 views

1 year ago

NeuralNine
Type Hinting - Advanced Python Tutorial #6

In this video we talk about type hinting in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books & Merch The ...

8:06
Type Hinting - Advanced Python Tutorial #6

72,574 views

4 years ago

Carberra
ALL of Python 3.13's MAJOR typing changes

Python 3.13 released this week, and there was so much to talk about, I didn't really have time to discuss its new typing features!

10:31
ALL of Python 3.13's MAJOR typing changes

12,492 views

1 year ago