Hello,
I am working with Python (IPython & Canopy) and a RESTful content API, on my local machine (Mac).
I have an array of 3000 unique IDs to pull data for from the API and can only call the API with one ID at a time.
I was hoping somehow to make 3 sets of 1000 calls in parallel to speed things up.
What is the best way of doing this?



Thanks for advance for any help!