ContributionsMost RecentMost LikesSolutionsRe: Difference between Delay() and time.sleep() (python) Python sleep() will pause for an hour, day or whatever if given the proper value. It does not allow other processes take place (in same script) however. A better way is to use an event which will create an event on timeout.