Topic Brief: today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ... today I talk about how it's easy to get confused when installing packages and how to fix that with a different command!

How I Sped Up Python By 20ms Intermediate Anthony Explains 417 -

today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ... today I talk about how it's easy to get confused when installing packages and how to fix that with a different command! today I show how I tracked down a performance regression, how I fixed it, and ultimately how it made pip way faster!

Important details found

  • today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ...
  • today I talk about how it's easy to get confused when installing packages and how to fix that with a different command!
  • today I show how I tracked down a performance regression, how I fixed it, and ultimately how it made pip way faster!
  • today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts -
  • today I show you a surprisingly slow part of flake8 that got fixed in 5.0 - pretty profiling: ...

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 How I Sped Up Python By 20ms Intermediate Anthony Explains 417 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.

Image References

how I sped up python by 20ms (intermediate) anthony explains #417
is python with types faster? (intermediate) anthony explains #126
how I sped up flake8 by 20% (intermediate) anthony explains #460
python packaging: optional dependencies (intermediate) anthony explains #074
pure python windows .exe (no compiler!) (intermediate) anthony explains #107
how I made my import sorter 7x faster (intermediate) anthony explains #457
python: why is -c faster than -m? (intermediate) anthony explains #222
why python -m pip? (beginner - intermediate) anthony explains #103
I made pip startup 25% faster (intermediate) anthony explains #427
python: {...} is faster than dict(...) (intermediate) anthony explains #223
Sponsored
View Full Details
how I sped up python by 20ms (intermediate) anthony explains #417

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

Read more details and related context about how I sped up python by 20ms (intermediate) anthony explains #417.

is python with types faster? (intermediate) anthony explains #126

is python with types faster? (intermediate) anthony explains #126

Read more details and related context about is python with types faster? (intermediate) anthony explains #126.

how I sped up flake8 by 20% (intermediate) anthony explains #460

how I sped up flake8 by 20% (intermediate) anthony explains #460

another performance video! today I show you a surprisingly slow part of flake8 that got fixed in 5.0 - pretty profiling: ...

python packaging: optional dependencies (intermediate) anthony explains #074

python packaging: optional dependencies (intermediate) anthony explains #074

today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ...

pure python windows .exe (no compiler!) (intermediate) anthony explains #107

pure python windows .exe (no compiler!) (intermediate) anthony explains #107

Read more details and related context about pure python windows .exe (no compiler!) (intermediate) anthony explains #107.

how I made my import sorter 7x faster (intermediate) anthony explains #457

how I made my import sorter 7x faster (intermediate) anthony explains #457

and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can import!) - pretty

python: why is -c faster than -m? (intermediate) anthony explains #222

python: why is -c faster than -m? (intermediate) anthony explains #222

today I answer an interesting question which surprised me -- why is `

why python -m pip? (beginner - intermediate) anthony explains #103

why python -m pip? (beginner - intermediate) anthony explains #103

today I talk about how it's easy to get confused when installing packages and how to fix that with a different command! (as well as ...

I made pip startup 25% faster (intermediate) anthony explains #427

I made pip startup 25% faster (intermediate) anthony explains #427

today I show how I tracked down a performance regression, how I fixed it, and ultimately how it made pip way faster! - what is git ...

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 -