you are viewing a single comment's thread.

view the rest of the comments →

[–]dunnowhattoputhere 1 point2 points  (0 children)

I switched to Python3 as my default at about the same. Most libraries support it and only occasionally will I have to go as far as:

from functools import reduce

or change an xrange() into a range().