Parallel(?) programming with python

Dieter Maurer dieter at handshake.de
Wed Aug 10 13:33:04 EDT 2022


Schachner, Joseph (US) wrote at 2022-8-9 17:04 +0000:
>Why would this application *require* parallel programming?   This could be done in one, single thread program.   Call time to get time and save it as start_time.   Keep a count of the number of 6 hour intervals, initialize it to 0.

You could also use the `sched` module from Python's library.


More information about the Python-list mailing list