[Tutor] Timers in Python

Noufal Ibrahim noufal at airtelbroadband.in
Thu Oct 4 19:23:18 CEST 2007


Kent Johnson wrote:
> Kamal wrote:
>> 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.

You can also look at the sched module that comes with the standard 
distribution.




-- 
~noufal
http://nibrahim.net.in/


More information about the Tutor mailing list