I have a Python script doing some job which takes up to 5 minutes, then it sleeps for an hour and starts again. Now I want my laptop to sleep instead of being always on while waiting, and to wake up roughly every hour just to run the job. Is it possible to sleep and wake up with Python?
I am using Windows 7.