Parallel programming python examples
Parallel execution of tasks using asyncio
Concurrent futures example with a worker poll
Paralllel execution of tasks using multiprocessing
Regular synchronous execution of tasks
Asynchronous gather all ec2 instances from all regions, a real life usage example.