Media Summary: today I talk about one of the ways to introduce magic in python -- module level `__getattr__`. I also walk through the usual uses of ... today I show the tools and processes I used to improve python startup in virtualenvs! - pretty python profiling: ... 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 ...

How To Modify A List While Iterating Intermediate Anthony Explains 402 - Detailed Analysis & Overview

today I talk about one of the ways to introduce magic in python -- module level `__getattr__`. I also walk through the usual uses of ... today I show the tools and processes I used to improve python startup in virtualenvs! - pretty python profiling: ... 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 ... a break from python today -- we show C-like for loops and how they are actually just I often hear the assertion that python from imports are faster because they don't need to import the whole module (or that they ... today I talk about the decorator for typing and how it can be used to signal typed-dispatch to a type checker!

today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts - python disassembler: ... today I talk about how and why I sort my imports in python and the tooling I use to do it!

Photo Gallery

how to modify a list while iterating (intermediate) anthony explains #402
module level __getattr__ (intermediate) anthony explains #509
how I sped up python by 20ms (intermediate) anthony explains #417
PYTHON : Modifying list while iterating
my python project setup (+ all tools) (intermediate) anthony explains #396
Python : How to remove items from a list while iterating?
finding and fixing test pollution! (intermediate) anthony explains #401
for loops are just while loops in disguise (beginner - intermediate) anthony explains #377
why does `cd --` go to ~ ? (intermediate) anthony explains #405
from imports aren't faster! (beginner - intermediate) anthony explains #398
python typing: @overload (intermediate) anthony explains #163
python: {...} is faster than dict(...) (intermediate) anthony explains #223
Sponsored
View Detailed Profile
how to modify a list while iterating (intermediate) anthony explains #402

how to modify a list while iterating (intermediate) anthony explains #402

normally* you can't

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 -- module level `__getattr__`. I also walk through the usual uses of ...

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 startup in virtualenvs! - pretty python profiling: ...

PYTHON : Modifying list while iterating

PYTHON : Modifying list while iterating

PYTHON :

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

Sponsored
Python : How to remove items from a list while iterating?

Python : How to remove items from a list while iterating?

Reference Stake-Overflow Link : https://stackoverflow.com/questions/1207406/how-to-remove-items-from-a-

finding and fixing test pollution! (intermediate) anthony explains #401

finding and fixing test pollution! (intermediate) anthony explains #401

today I

for loops are just while loops in disguise (beginner - intermediate) anthony explains #377

for loops are just while loops in disguise (beginner - intermediate) anthony explains #377

a break from python today -- we show C-like for loops and how they are actually just

why does `cd --` go to ~ ? (intermediate) anthony explains #405

why does `cd --` go to ~ ? (intermediate) anthony explains #405

today I show a quirk of `cd --` and

from imports aren't faster! (beginner - intermediate) anthony explains #398

from imports aren't faster! (beginner - intermediate) anthony explains #398

I often hear the assertion that python from imports are faster because they don't need to import the whole module (or that they ...

python typing: @overload (intermediate) anthony explains #163

python typing: @overload (intermediate) anthony explains #163

today I talk about the @overload decorator for typing and how it can be used to signal typed-dispatch to a type checker!

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

sort your imports! (beginner - intermediate) anthony explains #085

sort your imports! (beginner - intermediate) anthony explains #085

today I talk about how and why I sort my imports in python and the tooling I use to do it!