Skip to main content

Utilities for running functions in parallel

Project description

# Parallelism - Parallel Processing for Python

## Methods

### Map

```python
import parallelize

def cube(x):
return x*x*x

print parallelize.map(cube, [100, 999, 12321])
```

Project details


Release history Release notifications | RSS feed

This version

0.1

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page