How-to articles, tricks, and solutions about XRANGE
What is the difference between range and xrange functions in Python 2.X?
In Python 2.X, range and xrange are used to generate a sequence of numbers.