Media Summary: today I talk about the dir() builtin and how it's helpful for debugging when tab complete isn't working! - debugger crash course: ... today I talk about a little trick utilizing object() and why you might also need the same thing! playlist: ... today I talk about Optional and a few approaches to typing the return value of `re.match` (which returns an Optional[Match[str]])!
Python More Advanced Breakpoint Usage Intermediate Anthony Explains 149 - Detailed Analysis & Overview
today I talk about the dir() builtin and how it's helpful for debugging when tab complete isn't working! - debugger crash course: ... today I talk about a little trick utilizing object() and why you might also need the same thing! playlist: ... today I talk about Optional and a few approaches to typing the return value of `re.match` (which returns an Optional[Match[str]])! today I talk about a quick debugging technique for d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: 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 ...
today we're back talking about typing in mypy -- I show you two ways to debug types during type checking as well as a hint about ... today I to into detail about data descriptors, non-data descriptors, what the point of them is, as well as a quick example! playlist: ... fine I'll make a video about it -- here's my stance on pinning dependencies and why I do what I do in the different scenarios. today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ...