The module provides range-like generator functions.
This module is newly added to the CVS, and will be released within 0.6.
Generate an arithmetic progression starts form init and difference step.
Count up infinitely from n (default to 0).
see itertools.count.
Generate a geometric progression starting form init and multiplying ratio.
Generate a range-like finite integer sequence. It can generate more than sys.maxint elements.