Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
202 views

multirange iterator

I'm doing some boring math with lot of sums over lot of variables. So, instead of nesting for loops I have decided to use something like this: ...
Eugene's user avatar
  • 323
1 vote
2 answers
269 views

Two permutation iterators for classes in Python with and without a generator

I am just testing out a couple of small classes for learning purposes. Here is my current working code: ...
LucyBen's user avatar
  • 273