Media Summary: today I show a useful technique for zipped code in today I talk about the __import__ builtin in 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 ...
Python Can Import From Zips Intermediate Anthony Explains 397 - Detailed Analysis & Overview
today I show a useful technique for zipped code in today I talk about the __import__ builtin in 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 dist-packages / site-packages and the reasons debian has for separating the two playlist: ... 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 how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ...
Today I show how to implement an argparse --version option using importlib.metadata (new in today I show how to ignore noisy diffs in large vendored or generated files! playlist: ... today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I talk about an all-too-common problem when typing code: circular today I go over a basic setup.py for packaging a