Into itertools

Arnaud Delobelle arnodel at googlemail.com
Sun Apr 26 13:28:58 EDT 2009


AggieDan04 <danb_83 at yahoo.com> writes:

> Good suggestions.  Another useful function I'd like to see in
> itertools is the Cartesian product.  This can be implemented as:

[snip implementation]

You mean itertools.product?

http://docs.python.org/library/itertools.html#itertools.product

-- 
Arnaud



More information about the Python-list mailing list