[Tutor] Timers in Python

Kamal poolmasterji at yahoo.com
Thu Oct 4 07:35:47 CEST 2007


hello everyone,

Is there a method in Python which does what
setInterval('someFunction()',5000) does in Javascript.

Basically, I want to call functionOne() every x minutes, and wondering
whats the best way to do it.
-- 
Thanks,
Kamal


More information about the Tutor mailing list