Gordon wrote:
> In meInvent bbird
> writes:
>
> > how to for loop append a list [] when using parallel programming
>
> items = []
> for item in parallelized_object_factory():
> items.append(item)
>
> If you want a more specific ans
In meInvent bbird
writes:
> how to for loop append a list [] when using parallel programming
items = []
for item in parallelized_object_factory():
items.append(item)
If you want a more specific answer, ask a more specific question.
--
John Gordon A is
how to for loop append a list [] when using parallel programming
--
https://mail.python.org/mailman/listinfo/python-list