I want to repeatedly execute a function in Python every 60 seconds forever (just like an NSTimer in Objective C). This code will run as a daemon and is effectively like call
The main difference between that and cron is that an exception will kill the daemon for good. You might want to wrap with an exception catcher and logger.