How to Detect File Changes with Python
In this article we will see how to detect file changes using Python. There are plenty of daily programming scenarios where we need to monitor file changes. Recently I was in a situation which called for a way to detect file updates. WatchDog was an obvious solution to my