anthonywritescode
Various videos about programming and related topics. Most videos will feature open source software and programming best practices. For now, most videos will deal with python.
All slides and associated code are on github: https://github.com/anthonywritescode

`type` is not valid as a type???

why won't this typing narrow?

python 3.14 gets tail call (it's not what you think)

typing the `object()` sentinel!

python 3.14 highlights!

some weird django test database quirks

3 way test pollution!

python t-strings (PEP 750)

some "trivially" threaded code? (all code sucks) #13

automatic python types!

why did this suddenly OOM?

typing a recursive flatten()

the python readline module is haunted

python now has dict unpacking?

typing an abstract ClassVar

solve this by narrowing to a Literal

how can an identical docker image produce different results?

typing "old-school ternary"

typing **kwargs (for callers)

python is too slow...

I deleted all my go projects.

unconventional uses of dumb-init

your tests should have 100% coverage

why don't signals work in docker?

debugging a broken cache!

supercharging coverage with sys.monitoring (PEP 669)

I fixed my computer!

crossing the streams (all code sucks) #12

my computer is sick in a very suspicious way

be careful with NoReturn / Never! (all code sucks) #11