>Whatever is most suitable for the task, at least I learnt >about about iteraters ;-). > > A very worth pursuit. Iterators are a very nice abstraction. I used them extensively in writing the new scipy core. It made N-dimensional coding, broadcasting, and indexing much, much easier. -Travis