from functools import partial def sum_func(a,b): return a+b func = partial(some_func,b=10) my_list = map(func, iterable_list)