A look at the benefits of using pathlib, the "object-oriented way of dealing with paths". Working with files is one of the most common things developers do. After all, you often want to read from ...
Globbing is a common operation in many programs, but it is not always required to use the local file system, as is the case for glob.glob or pathlib.Path.glob. This package provides a way to glob over ...
TLDR: Glob absolute file paths with a single line of code. This is the first post in my new series where I, a data engineer, refactor Python code found in data science blog posts and articles. My ...