Media Summary: today I talk about conditional dependencies for today I talk about the `cat` command -- and that it's almost always unnecessary! 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.
Python Os Platform Specific Deps Pep 508 Intermediate Anthony Explains 488 - Detailed Analysis & Overview
today I talk about conditional dependencies for today I talk about the `cat` command -- and that it's almost always unnecessary! 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 go over all the options and use cases for fixtures in pytest! - testing a commandline with pytest: ... today I talk about what a `universal2` wheel is for macos and why it's a "2"! - what is a wheel? today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ...
today I talk about the difference between the today I show how even if you don't know the operator precedence you can figure out how this evaluates! playlist: ... short and sweet! death to `Generator[T, None, None]` \o/ - Generator[T, S, R] typing: playlist: ... today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ... today I talk about the __import__ builtin in today I talk about how to test optional dependencies! In this example I go over how to add an optional configuration loader and ...
Ever stare into your fridge and have NO idea what to cook? I built an AI-powered Smart Meal Planner that actually REASONS ... today I talk about the singleton pattern and a bunch of different ways to implement it in today I talk about dist-packages / site-packages and the reasons debian has for separating the two playlist: ... today I to into detail about data descriptors, non-data descriptors, what the point of them is, as well as a quick example! playlist: ... today I talk about floating point math and how it can appear "broken" -- I also show you several solutions to the problem in