Speed up your Python script thanks to Multiprocessing


A current issue with Big Data analysis: speed up your Python script.
A good solution could be use of Python Multiprocessing.

http://earthpy.org/speed.html

https://pymotw.com/2/multiprocessing/basics.html

https://www.blog.pythonlibrary.org/2016/08/02/python-201-a-multiprocessing-tutorial/ 

https://medium.com/@ageitgey/quick-tip-speed-up-your-python-data-processing-scripts-with-process-pools-cf275350163a



Comments