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

Photo Gallery

porting code to python **ZERO** (intermediate - advanced) anthony explains #336
making python releases less painful with abi3 (intermediate - advanced) anthony explains #135
python has an optimizer? (intermediate) anthony explains #316
a "hello world" python C extension (intermediate - advanced) anthony explains #134
python variadic generics (PEP 646) (intermediate - advanced) anthony explains #433
positional / named only without `*` or `/`? (intermediate) anthony explains #529
python typing: Generator[T, S, R] (intermediate) anthony explains #297
python's tricky `for ...: else:` statement (beginner - intermediate) anthony explains #011
how I sped up python by 20ms (intermediate) anthony explains #417
with + context managers (part1: the hard way) (intermediate - advanced) anthony explains #138
a python plugin system via entrypoints (intermediate) anthony explains #128
using the python __import__ builtin correctly (intermediate) anthony explains #064
View Detailed Profile
porting code to python **ZERO** (intermediate - advanced) anthony explains #336

porting code to python **ZERO** (intermediate - advanced) anthony explains #336

today we do a bit of time travelling to look at the very first release of

making python releases less painful with abi3 (intermediate - advanced) anthony explains #135

making python releases less painful with abi3 (intermediate - advanced) anthony explains #135

continuing the discussion on C extensions, I talk about abi3 and how it can make binary

python has an optimizer? (intermediate) anthony explains #316

python has an optimizer? (intermediate) anthony explains #316

today I talk about

a "hello world" python C extension (intermediate - advanced) anthony explains #134

a "hello world" python C extension (intermediate - advanced) anthony explains #134

today I create a sample hello world

python variadic generics (PEP 646) (intermediate - advanced) anthony explains #433

python variadic generics (PEP 646) (intermediate - advanced) anthony explains #433

today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ...

positional / named only without `*` or `/`? (intermediate) anthony explains #529

positional / named only without `*` or `/`? (intermediate) anthony explains #529

today's video is a bit of a puzzle! how to implement

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

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: ...

python's tricky `for ...: else:` statement (beginner - intermediate) anthony explains #011

python's tricky `for ...: else:` statement (beginner - intermediate) anthony explains #011

today I

how I sped up python by 20ms (intermediate) anthony explains #417

how I sped up python by 20ms (intermediate) anthony explains #417

today I show the tools and processes I used to improve

with + context managers (part1: the hard way) (intermediate - advanced) anthony explains #138

with + context managers (part1: the hard way) (intermediate - advanced) anthony explains #138

today I talk about the with statement and context managers as well as how to implement a context manager class. playlist: ...

a python plugin system via entrypoints (intermediate) anthony explains #128

a python plugin system via entrypoints (intermediate) anthony explains #128

today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ...

using the python __import__ builtin correctly (intermediate) anthony explains #064

using the python __import__ builtin correctly (intermediate) anthony explains #064

today I talk about the __import__ builtin in

pretty python profiling (intermediate) anthony explains #016

pretty python profiling (intermediate) anthony explains #016

today I show how I figure out what's slow in a

python implicit string joining (beginner - intermediate) anthony explains #017

python implicit string joining (beginner - intermediate) anthony explains #017

today I

typing: Protocol + @runtime_checkable (intermediate) anthony explains #187

typing: Protocol + @runtime_checkable (intermediate) anthony explains #187

today I follow up to the video about Protocol and show @runtime_checkable for doing some light structural type checking at ...

[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw

[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw

Title / タイトル: Parallel

packaging python typed code (intermediate) anthony explains #252

packaging python typed code (intermediate) anthony explains #252

today I talk about how to package up typed