Media Summary: today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... probably the most asked question on my channel -- what are those funny @ signs! I continuing the discussion on C extensions, I talk about abi3 and how it can make binary

Python Descriptors Advanced Anthony Explains 519 - Detailed Analysis & Overview

today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... probably the most asked question on my channel -- what are those funny @ signs! I continuing the discussion on C extensions, I talk about abi3 and how it can make binary today I talk about conditional dependencies for platform-specific deps using environment markers! - dealing with backported ... today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... fine I'll make a video about it -- here's my stance on pinning dependencies and why I do what I do in the different scenarios.

today I talk about one of the ways to introduce magic in following up for class decorators, here's decorators implemented as classes! - decorators: today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ... I realize I've talked a lot about pytest on the channel, but never given it a proper introduction! - testing a cli with pytest: ... today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ... today I show an end-to-end example of writing a code formatter similar to the ones I've written (pyupgrade / add-trailing-comma ...

we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ... today I show the tools and processes I used to improve

Photo Gallery

python descriptors! (advanced) anthony explains #519
Python descriptors advanced anthony explains 519
python: what is weakref? (intermediate - advanced) anthony explains #366
python @decorators - (intermediate) anthony explains #002
making python releases less painful with abi3 (intermediate - advanced) anthony explains #135
python os / platform-specific deps (PEP 508) (intermediate) anthony explains #488
python: what is __slots__ and __dict__ (intermediate) anthony explains #122
when should I pin deps: never and always! (intermediate) anthony explains #514
module level __getattr__ (intermediate) anthony explains #509
python: class-based @decorators (intermediate - advanced) anthony explains #195
@staticmethod / @classmethod (beginner + advanced) anthony explains #294
getting started with pytest (beginner - intermediate) anthony explains #518
View Detailed Profile
python descriptors! (advanced) anthony explains #519

python descriptors! (advanced) anthony explains #519

today I to into detail about data

Python descriptors advanced anthony explains 519

Python descriptors advanced anthony explains 519

Get Free GPT4o from https://codegive.com certainly!

python: what is weakref? (intermediate - advanced) anthony explains #366

python: what is weakref? (intermediate - advanced) anthony explains #366

today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ...

python @decorators - (intermediate) anthony explains #002

python @decorators - (intermediate) anthony explains #002

probably the most asked question on my channel -- what are those funny @ signs! I

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 os / platform-specific deps (PEP 508) (intermediate) anthony explains #488

python os / platform-specific deps (PEP 508) (intermediate) anthony explains #488

today I talk about conditional dependencies for platform-specific deps using environment markers! - dealing with backported ...

python: what is __slots__ and __dict__ (intermediate) anthony explains #122

python: what is __slots__ and __dict__ (intermediate) anthony explains #122

today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ...

when should I pin deps: never and always! (intermediate) anthony explains #514

when should I pin deps: never and always! (intermediate) anthony explains #514

fine I'll make a video about it -- here's my stance on pinning dependencies and why I do what I do in the different scenarios.

module level __getattr__ (intermediate) anthony explains #509

module level __getattr__ (intermediate) anthony explains #509

today I talk about one of the ways to introduce magic in

python: class-based @decorators (intermediate - advanced) anthony explains #195

python: class-based @decorators (intermediate - advanced) anthony explains #195

following up for class decorators, here's decorators implemented as classes! - decorators: https://youtu.be/WDMr6WolKUM ...

@staticmethod / @classmethod (beginner + advanced) anthony explains #294

@staticmethod / @classmethod (beginner + advanced) anthony explains #294

today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ...

getting started with pytest (beginner - intermediate) anthony explains #518

getting started with pytest (beginner - intermediate) anthony explains #518

I realize I've talked a lot about pytest on the channel, but never given it a proper introduction! - testing a cli with pytest: ...

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

python code formatter tutorial (intermediate - advanced) anthony explains #394

python code formatter tutorial (intermediate - advanced) anthony explains #394

today I show an end-to-end example of writing a code formatter similar to the ones I've written (pyupgrade / add-trailing-comma ...

python: decorating a class (intermediate) anthony explains #194

python: decorating a class (intermediate) anthony explains #194

we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ...

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

Python Descriptors: Creating a Class and a Descriptor

Python Descriptors: Creating a Class and a Descriptor

This is a preview of the video course, "

Advanced Dictionaries: defaultdict in Python

Advanced Dictionaries: defaultdict in Python

Today we learn about defaultdict and

the python @property decorator (beginner - intermediate) anthony explains #005

the python @property decorator (beginner - intermediate) anthony explains #005

In this video I