I am using map function from python multiprocessing Pool to create an array for some iterations:
map
n=number_processes for _ in range(100): ...