Media Summary: today I talk about the addition of `typing.Self` in python3.11 and why it's useful as well as several workarounds for older today I show off a cool workflow I used with my text editor and an ast parser and how I used it to do a code audit! - making a flake8 ... today I follow up to the video about Protocol and show for doing some light structural type checking at ...
How To Use Python Backports Setup Py Intermediate Anthony Explains 428 - Detailed Analysis & Overview
today I talk about the addition of `typing.Self` in python3.11 and why it's useful as well as several workarounds for older today I show off a cool workflow I used with my text editor and an ast parser and how I used it to do a code audit! - making a flake8 ... today I follow up to the video about Protocol and show for doing some light structural type checking at ... continuing the discussion on C extensions, I talk about abi3 and how it can make binary 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 talk about mypy's "implicit optional" and why I think it's better to not
today I talk about how to test optional dependencies! In this example I go over how to add an optional today I talk about namespace packages, what PEP 420 is, and why I don't 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 how to package up typed code -- either inline types or typing stubs and distribute it via pypi! - intro to typing: ... today I show how I solved a perplexing performance degradation using a sampling profiler: today I talk about explicit relative imports in