Re: Use 'python2' or 'python3', explicit is better than implicit (was: l = range(int(1E9)))

2015-04-30 Thread Rustom Mody
On Friday, May 1, 2015 at 4:50:45 AM UTC+5:30, Ben Finney wrote: Chris Angelico writes: Very easily and simply: Python 3 and Python 2 will always install separately, and the only possible conflicts are over the python command in PATH and which program is associated with .py files.

Use ‘python2’ or ‘python3’, explicit is better than implicit (was: l = range(int(1E9)))

2015-04-30 Thread Ben Finney
Chris Angelico ros...@gmail.com writes: Very easily and simply: Python 3 and Python 2 will always install separately, and the only possible conflicts are over the python command in PATH and which program is associated with .py files. Using the ‘python’ command is now ambiguous, and with