Python Pathlib Tutorial
Python has inbuilt standard libraries and other packages for navigating the file system. Among them include os, shutil and glob. In this tutorial we will be looking at Pathlib a nice library that utilizes an object oriented approach for working with the file system. The Pathlib package offers classes representing filesystem paths with semantics appropriate …