[SciPy-User] ANN: First release of combi, a combinatorics package for Python

Ram Rachum ram at rachum.com
Sat Nov 22 14:39:21 EST 2014


Hi everyone,

Just a quick announcement: Last week I made the first release of an
open-source package called Combi. It's a package for doing combinatorics in
Python.

The pitch:


Combi lets you explore spaces of permutations and combinations as if they
were Python sequences, but without generating all the
permutations/combinations in advance. It lets you specify a lot of special
conditions on these spaces. It also provides a few more classes that might
be useful in combinatorics programming.


Information about it:

https://pypi.python.org/pypi/combi

I hope this package will be useful to people here.


Thanks,
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20141122/c6e716ce/attachment.html>


More information about the SciPy-User mailing list