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.