Media Summary: today I show `__file__` and how you can use it to find files relative to 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 four different strategies for setting default values on namedtuple construction! there's different patterns to choose ...
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 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 four different strategies for setting default values on namedtuple construction! there's different patterns to choose ... today I talk about packaging data / build files for today I show how to recursively import all 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 `repr`, what it is, and how to implement `__repr__` for your own classes! playlist: ... today I go over all of the various argument/parameter types for today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about the any / all builtins in today I talk about explicit type aliases in today I talk about explicit relative imports in
Today we learn about the differences between today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ... today I talk about the `source` command -- why it exists, and why I prefer `.` over `source`! playlist: ... today I show the tools and processes I used to improve