Skip to content

Example of how to run in parallel python scripts via subprocessing

License

Notifications You must be signed in to change notification settings

David-Morales-Norato/python_script_parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run python scripts in parallel via subprocess

This repo shows a dummy example of how to run in parallel Python scripts via subprocess.

Requeriments

Python: 3.x

Run

python test_parallel_code

Output

Log files consist of the prints in the console that each process does. Error files are the prints of the uncaught exceptions.

About

Example of how to run in parallel python scripts via subprocessing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages