Media Summary: 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 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 how I tracked down a performance regression, how I fixed it, and ultimately how it made pip way faster! - what is git ...
How To Use Python Backports Setup Py Intermediate Anthony Explains 428 - Detailed Analysis & Overview
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 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 how I tracked down a performance regression, how I fixed it, and ultimately how it made pip way faster! - what is git ... today I talk about explicit relative imports in I goofed in my explanation of `assert_never` during the 3.11 video -- this corrects my mistakes! - what's new in today I show how I solved a perplexing performance degradation using a sampling profiler:
today we have another regex feature to talk about: lookaheads and lookbehinds! I show how they can be used to validate ... today I talk about dist-packages / site-packages and the reasons debian has for separating the two playlist: ... today I follow up to the video about Protocol and show for doing some light structural type checking at ... today I talk about how to package up typed code -- either inline types or typing stubs and distribute it via pypi! - intro to typing: ...