Python 3.10's new type hinting features

preview_player
Показать описание
New in Python 3.10, part I.

This is part I and focuses on things related to type hints and the typing library.

SUPPORT ME ⭐
---------------------------------------------------

BE ACTIVE IN MY COMMUNITY 😄
---------------------------------------------------
Рекомендации по теме
Комментарии
Автор

This channel is my only hope of staying up to date with recent Python updates. Fortunately it’s working.

Mutual_Information
Автор

Structural Pattern Matching is definitely the highlight of this patch. Awaiting eagerly.

thefelixgan
Автор

I really appreciate your new audio. Your audio and video are great.

john.dough.
Автор

The quality of your videos is truly something. I could watch this all day.

SwissTHXEB
Автор

I love these short and concise videos.

GodlikeGER
Автор

Being able to type higher order functions is definitely going to make my life much easier. *typed partial application here we go*

hkejhkm
Автор

Language Creators in the 90's: "Dynamic is awesome & so easy. Lets make everything dynamic"
Programmers nowadays: "who made this language sh*t dynamic. *Static types to the rescue"

krtirtho
Автор

The new typing features are indeed interesting. Thanks for the great video, James!

robertbrummayer
Автор

Most of these type features are taken straight from typescript. Not that I mind, it's a good example and does a lot of things the right way.

SMTM
Автор

Learn new things every video. Keep it coming

TheParkitny
Автор

I really love your content! thank you for making more!

Mediners
Автор

Oh Man, it's getting convoluted as hell.

Jacob
Автор

It's going to be a joy learning TypeScript alongside Python with this feature

re.liable
Автор

Great summary. I hate when I miss a good PEP. I almost missed the rise of pydantic for that reason, even though I had been trying to solve the same problem for years!

In this case, I’m most excited for language features that improve our communication to the reader of our code. It gives confidence to us all when things feel the most deterministic.

Even dynamic stack/pipeline analysis is deterministic, but it doesn’t FEEL that way because the rules are somewhat magick spells

BrianJorgensenAbides
Автор

4:35 can also use:
from __ future __ import annotations

edit: pretend that the underscores are not separated from the "future"

yoavcarmel
Автор

i no longer code python yet this is VERY entertaining for me

edit: ursina really got me back to python

ebux
Автор

Another release like this one and you'll be able to unironically describe python as a member of the ML family. I love it!

hikingpete
Автор

I'm convinced that Python 3.20 will be Rust.

sagnikbhattacharya
Автор

My favorite kinda content from this channel 😌

adityasriram
Автор

wow this ability to manipulate the stuff going on under the hood is really convincing me to start using python

eyemotif