Media Summary: today I show `__file__` and how you can use it to find files relative to today I talk about `repr`, what it is, and how to implement `__repr__` for your own classes! 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 ...
Python Tempfile Module Beginner Intermediate Anthony Explains 324 - Detailed Analysis & Overview
today I show `__file__` and how you can use it to find files relative to today I talk about `repr`, what it is, and how to implement `__repr__` for your own classes! 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 the --system-site-packages argument to venv / virtualenv and what it does and why you probably shouldn't use it ... today I talk about the `source` command -- why it exists, and why I prefer `.` over `source`! playlist: ... today I talk about packaging data / build files for
today I talk about four different strategies for setting default values on namedtuple construction! there's different patterns to choose ... 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 talk about the difference between object and Any when typing things! - intro to typing / mypy: ... oh hey, it's episode 100! today I talk about one of my favorite ways to make plain-old-data classes in today I talk about explicit relative imports in