[Tutor] A timer of some sort.

Daniel Yoo dyoo@hkn.EECS.Berkeley.EDU
Fri, 1 Sep 2000 20:12:29 -0700 (PDT)


On Thu, 31 Aug 2000 FxItAL@aol.com wrote:

> Hello, 
> Does anyone know of a timer or a timimg module that I can use to activate a 
> loop at 15 minute intervals? 


Yes, you'll probably want to look at the 'sched' module to do this:

    http://www.python.org/doc/current/lib/module-sched.html

I don't have experience with this module, but the documentation looks ok
enough to get something running.