Versions:
Links:
Examples:
modules:
smpl.data
smpl.debug
smpl.doc
smpl.fit
smpl.functions
smpl.io
smpl.latex
smpl.parallel
smpl.stat
smpl.util
smpl.wrap
Parallel execution of f on each element of args and kwargs
Examples
>>> par(lambda x : x**2, range(0,5)) [0, 1, 4, 9, 16]