Am a beginner in Python. I have a set of functions that I want Python to execute whenever the input variable (from csv file) changes. Simply, the program execute the functions, then keep waiting to detect if csv values change, (normally it changes every 2-3 hours), then once change happened, execute again and keep to wait for the next change, and so on.
I would appreciate it if there is a simple understandable way as am beginner in Python and programming.