Media Summary: today I show how to fix "Cannot find implementation or library stub for module named ..." errors in today I walk through the process I'd use when encountering a real problem in python. I show how I take apart a stactrace, how I ... today I talk about the addition of `typing.Self` in python3.11 and why it's useful as well as several workarounds for older python ...
Debugging Mypy Types Beginner Intermediate Anthony Explains 299 - Detailed Analysis & Overview
today I show how to fix "Cannot find implementation or library stub for module named ..." errors in today I walk through the process I'd use when encountering a real problem in python. I show how I take apart a stactrace, how I ... today I talk about the addition of `typing.Self` in python3.11 and why it's useful as well as several workarounds for older python ... today I talk about the dir() builtin and how it's helpful for today I show how you can make your python super fast just by passing it through `mypyc`! - intro to typing / today I show off how to use my `detect-test-pollution` tool -- I also showed a neat
today I talk about a common workaround for cyclic today I talk about the approach I take to gradual typing in python -- I don't bother with tests (and why)! - intro to typing / I realize I've talked a lot about pytest on the channel, but never given it a proper introduction! - testing a cli with pytest: ... welcome to a whirlwind tour of bisecting, GIL, strace, gdb, forking, threadstates, undefined behaviour, and deadlocking. today I talk about the difference between object and Any when typing things! - intro to typing /