I want to know if there is a way in python 2.7 to run code for just for a given time, like 3600 seconds. The time can variate from one execution to an other.
Any ideas are welcome since I am stuck with this issue.
I want to know if there is a way in python 2.7 to run
Share
To allow to interrupt the computations for any reason: