Re: [Numpy-discussion] sets in python and/or numpy

2006-07-31 Thread Robert Kern
David Grant wrote: > I find myself needing the set operations provided by python 2.4 such as > intersection, difference, or even just the advantages of the data > strucure itself, like that fact that I can try adding something to it > and if it's already there, it won't get added again. Will my

[Numpy-discussion] sets in python and/or numpy

2006-07-31 Thread David Grant
I find myself needing the set operations provided by python 2.4 such as intersection, difference, or even just the advantages of the data strucure itself, like that fact that I can try adding something to it and if it's already there, it won't get added again. Will my decision to use of the python