I have a script which I desire to run once a day, now i can achieve this
with simpletime.sleep(60*60*24), then usingnohup python ...
Now i am not sure, what constraints time.sleep function would have on CPU ?
Other approach would using cron job ?