Topic Brief: today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ... today I talk about typing the two types of starargs and why it's tricky / impossible to get correct - intro to typing / mypy: ...

Python Variable Unpackings Beginner Intermediate Anthony Explains 031 -

today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ... today I talk about typing the two types of starargs and why it's tricky / impossible to get correct - intro to typing / mypy: ... today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ...

Important details found

  • today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ...
  • today I talk about typing the two types of starargs and why it's tricky / impossible to get correct - intro to typing / mypy: ...
  • today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ...
  • today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ...
  • with ugly new typing syntax and infinitely nestable fstrings and one of the funniest changes I've seen in a while --

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 Variable Unpackings Beginner Intermediate Anthony Explains 031 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.

Related Images

python variable unpackings (beginner - intermediate) anthony explains #031
python star imports (beginner - intermediate) anthony explains #061
python: what is weakref? (intermediate - advanced) anthony explains #366
python 3.12 release highlights (beginner - advanced) anthony explains #548
my favorite python str method! (beginner - intermediate) anthony explains #003
python: {...} is faster than dict(...) (intermediate) anthony explains #223
python: typing *args / **kwargs (intermediate) anthony explains #145
python variadic generics (PEP 646) (intermediate - advanced) anthony explains #433
my python project setup (+ all tools) (intermediate) anthony explains #396
python: what is `nonlocal` (intermediate) anthony explains #169
Sponsored
View Full Details
python variable unpackings (beginner - intermediate) anthony explains #031

python variable unpackings (beginner - intermediate) anthony explains #031

Read more details and related context about python variable unpackings (beginner - intermediate) anthony explains #031.

python star imports (beginner - intermediate) anthony explains #061

python star imports (beginner - intermediate) anthony explains #061

Read more details and related context about python star imports (beginner - intermediate) anthony explains #061.

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 3.12 release highlights (beginner - advanced) anthony explains #548

python 3.12 release highlights (beginner - advanced) anthony explains #548

it's here! with ugly new typing syntax and infinitely nestable fstrings and one of the funniest changes I've seen in a while --

my favorite python str method! (beginner - intermediate) anthony explains #003

my favorite python str method! (beginner - intermediate) anthony explains #003

oops spoiler in the thumbnail it's str.partition, oh well -- I

python: {...} is faster than dict(...) (intermediate) anthony explains #223

python: {...} is faster than dict(...) (intermediate) anthony explains #223

today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts -

python: typing *args / **kwargs (intermediate) anthony explains #145

python: typing *args / **kwargs (intermediate) anthony explains #145

today I talk about typing the two types of starargs and why it's tricky / impossible to get correct - intro to typing / mypy: ...

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

my python project setup (+ all tools) (intermediate) anthony explains #396

my python project setup (+ all tools) (intermediate) anthony explains #396

today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ...

python: what is `nonlocal` (intermediate) anthony explains #169

python: what is `nonlocal` (intermediate) anthony explains #169

today I talk about `nonlocal` and how you can use it to modify