Media Summary: today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ... today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ...
Packaging Python Typed Code Intermediate Anthony Explains 252 - Detailed Analysis & Overview
today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ... 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 object and Any when today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ...
today I show how even if you don't know the operator precedence you can figure out how this evaluates! playlist: ... today I talk about dist-packages / site-packages and the reasons debian has for separating the two playlist: ... today I go over the brand-new and controversial `match` statement in today I talk about the basics of generator functions and how you'd today I show how to use backported libraries and how to set up your setup.py / setup.cfg to conditionally install those packages! today I show you what the `TYPE_CHECKING` constant is in the
today I introduce the concept of "inlining" and how an optimizing compiler can use it to make