do something every n seconds

Paul Rubin no.email at nospam.invalid
Thu Nov 25 07:57:44 EST 2010


Santiago Caracol <santiago.caracol at gmail.com> writes:
> how can I do something (e.g. check if new files are in the working
> directory) every n seconds in Python?

Don't do it that way if you can help it.  Use inotify or the equivalent
instead.



More information about the Python-list mailing list