Iterate All Descendant Files in a Directory in Python Aug 16, 2020 Using pathlib.Path.glob¶This is the easiest way to iterate through all descendant files of a directory in Python.