[Tutor] Timers in Python

Kamal kpsingh at gmail.com
Tue Oct 16 01:45:46 CEST 2007


Thanks everyone for the useful feedback.

On 10/4/07, Noufal Ibrahim <noufal at airtelbroadband.in> wrote:
>
> 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/
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
Thanks,
Kamal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20071015/33006e43/attachment.htm 


More information about the Tutor mailing list