Main Takeaway: today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ... today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ...

Python Descriptors Advanced Anthony Explains 519 -

today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ... today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... today I talk about conditional dependencies for platform-specific deps using environment markers!

Important details found

  • today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ...
  • today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ...
  • today I talk about conditional dependencies for platform-specific deps using environment markers!
  • today I go over what the deadsnakes PPA is and how I started maintaining backport and forwardport
  • continuing the discussion on C extensions, I talk about abi3 and how it can make binary

Why this topic is useful

This topic is useful when readers need a quick overview first, then want to move into supporting details and related references.

Sponsored

Frequently Asked Questions

Why are related topics included?

Related topics help readers compare nearby references and understand the broader subject.

What is this page about?

This page summarizes Python Descriptors Advanced Anthony Explains 519 and connects it with related entries, references, and supporting context.

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

Reference Gallery

python descriptors! (advanced) anthony explains #519
Python descriptors advanced anthony explains 519
python: what is weakref? (intermediate - advanced) anthony explains #366
making python releases less painful with abi3 (intermediate - advanced) anthony explains #135
python @decorators - (intermediate) anthony explains #002
python os / platform-specific deps (PEP 508) (intermediate) anthony explains #488
@staticmethod / @classmethod (beginner + advanced) anthony explains #294
python: what is __slots__ and __dict__ (intermediate) anthony explains #122
what is deadsnakes? (beginner - intermediate) anthony explains #058
python: class-based @decorators (intermediate - advanced) anthony explains #195
Sponsored
View Full Details
python descriptors! (advanced) anthony explains #519

python descriptors! (advanced) anthony explains #519

Read more details and related context about python descriptors! (advanced) anthony explains #519.

Python descriptors advanced anthony explains 519

Python descriptors advanced anthony explains 519

Read more details and related context about Python descriptors advanced anthony explains 519.

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

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 @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

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

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

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

what is deadsnakes? (beginner - intermediate) anthony explains #058

what is deadsnakes? (beginner - intermediate) anthony explains #058

today I go over what the deadsnakes PPA is and how I started maintaining backport and forwardport

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: