Calculated file paths
Link: Calculated file paths: "MP 87: What are they, and why should you use them?
Note: I've been working on the styling of code blocks in technical posts. They should look better than they did previously, and be more aligned with what's discussed in the text. There's still some work to do; if they're"
Nice little article. The biggest thing I learned and was surprised by was this line:
path = Path(__file__).parent / "coffees.txt"
What's the story with that slash?