Question 3/13 fast.ai v3 lecture 11

What are the tools you should be using in Python if you want to work with files / directories and you want it to be fast?

Answer

The tools you should reach out for in such a scenario are:

Relevant part of lecture

supplementary material

How does scandir compare to glob?