Since Django doesn\'t yet support Python 3.x, I\'m using Python 2.7. However, I\'d like to go ahead and start familiarizing myself with the new Python 3.x syntax as much as
Avoing range() and zip(), using xrange() and itertools.izip() instead.
range()
zip()
xrange()
itertools.izip()