Performing multiple operations simultaneously Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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).

20th Jun 2021, 10:09 PM
olmtvck
olmtvck - avatar
1 Answer
+ 1
either threading or multiprocessing will help. depending on the situation
20th Jun 2021, 11:54 PM
Slick
Slick - avatar