0
Performing multiple operations simultaneously Python
Hi, is it possible to make a program on Python that performs several operations simultaneously, for example: the program reads information from a file, and at the same time displays some data on the screen (the example is not very good, it is only for a sample).
1 Odpowiedź
+ 1
either threading or multiprocessing will help. depending on the situation