Media Summary: today I talk about how to declare optional dependencies in the today I go over a basic setup.py for packaging a 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 Packaging Src Layout Intermediate Anthony Explains 048 - Detailed Analysis & Overview
today I talk about how to declare optional dependencies in the today I go over a basic setup.py for packaging a 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 packaging data / build files for today I talk about the `cat` command -- and that it's almost always unnecessary! playlist: ... 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 ...
today I show how to use backported libraries and how to set up your and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can import!) - pretty today I talk about how and why I sort my imports in today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I talk a little bit more about `tox --devenv` -- a little feature that's changed how I build today I talk about the `str.translate` / `str.maketrans` methods as well as a quick use case on how you might use them! playlist: ...
today I talk about why it's necessary to set `__slots__ = ()` when inheriting from namedtuple classes - namedtuples: ...