First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Open separate CMD windows and run pythoni in windowi. The problem arises if both python scripts need to interact between them.
Another option is to use "subprocess" or "multiprocessing" (as a 'parent') to better control multiple tasks executed by different other scripts ('child' processes)