Media Summary: today I talk about an extremely common mistake with today I show the tools and processes I used to improve today's video is a little bit different, I usually don't do opinion pieces but I get asked about this enough that I thought I'd throw it into ...
Python Warnings Beginner Intermediate Anthony - Detailed Analysis & Overview
today I talk about an extremely common mistake with today I show the tools and processes I used to improve today's video is a little bit different, I usually don't do opinion pieces but I get asked about this enough that I thought I'd throw it into ... I build out a simple skeleton for a command line interface in the dreaded "E722 do not use bare 'except'"! today we explain the various ways to "catch all exceptions" as well as some ... today I describe the history lore of pytest and how an errant CVE led to finally deleting the py library -- I show the clever trick I use ...
I totally missed this improvement when reviewing 3.12 back in the day and it's pretty significant. but I think they missed one key ... today I talk about how to test exceptions in pytest! - parametrize: - TDD: ... today I show a quick introduction to type annotating code in today I talk about the absolutely-fastest way to start today I talk about the best practices I try to stick to when working with `try` / `except` in today I talk about explicit relative imports in
today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ... today I talk about the `source` command -- why it exists, and why I prefer `.` over `source`! playlist: ... today I talk about `ExitStack` and a few uses of it: conditional contexts, variable contexts - context managers the hard way: ...