10 Useful yet Rarely Used OS Functions in Python
Sachin Pal You must have used functions provided by the os module in Python several times in your projects. These could be used to create a file, walk down a directory, get info on the current directory, perform path operations, and more. In this article, we’ll discuss the functions that are as useful as any...