Run Multiple Programs Concurrently | Python Multithreading

Опубликовано: 04 Октябрь 2024
на канале: Build Cool Stuffs
112
3

In this video I showed how to run multiple programs concurrently, in the video I ran two functions concurrently in two different threads and a code on the main python thread.

Please subscribe to my Youtube channel

and you can buy me a coffee here
https://www.buymeacoffee.com/paulosab

I forgot to show how to use the run() method, and a short detailed explanation of it can be found on the python threading documentation website, link below
https://docs.python.org/3/library/thr...

Python threading documentation
https://docs.python.org/3/library/thr...

link to the files I used in the video on github
https://github.com/paulosabayomi/runn...

or clone it on the command line with git
$ git clone https://github.com/paulosabayomi/runn...

#threading #python #concurrent