Problem I’m working with big 2d numpy arrays, and a function that I need to iterate over each row of […]
Tag: multiprocessing
Simple Bash Parallel Tool (env_parallel dies on big env)
Problem This is a simple tool to parallelize execution of multiple tasks in Bash, since env_parallel can’t handle the environment […]
GET multiple data frames using external module’s function that uses requests
Problem Purpose The point of this mini project is to quickly gather data from a website’s API and combine the […]