I know that Python programs execute as a single process using a single CPU.
Does this mean that opening 4 command prompts and launching, one after the other, 4 different .py scripts will result in making use of 4 CPU cores?
My system:
- Alienware Workstation - Intel(R) Core(TM) i7-7700K CPU @ 4.20 GHz
- Windows 10 Home Edition
- Python 2.7.15