Media Summary: today we do a bit of time travelling to look at the very first release of continuing the discussion on C extensions, I talk about abi3 and how it can make binary today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ...
Porting Code To Python Zero Intermediate Advanced Anthony Explains 336 - Detailed Analysis & Overview
today we do a bit of time travelling to look at the very first release of continuing the discussion on C extensions, I talk about abi3 and how it can make binary today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ... today's video is a bit of a puzzle! how to implement today I talk about the three generic types of `typing.Generator` and what send / return type mean. - generator basics: ... today I show the tools and processes I used to improve
today I talk about the with statement and context managers as well as how to implement a context manager class. playlist: ... today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ... today I talk about the __import__ builtin in today I show how I figure out what's slow in a today I follow up to the video about Protocol and show for doing some light structural type checking at ... today I talk about how to package up typed