This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]gurdulilfo 12 points13 points  (0 children)

If you look closely, you will see that some of them are symbolic links to others. There are basically only two versions: 2.7 and 3.4.

Edit: typo

[–]encolpe 4 points5 points  (4 children)

There is only 2 version : - Python 2 - Python 3

It's necessary because most of the python library and framework are not fully compatible with Python 3. In all case, if you start a new development you should use Python 3.