0
Which version of python should i use on windows 7
4 Respostas
+ 4
The most recent one (3.7.3 I think). You shouldn't start learning Python 2 as the language is going to die soon
+ 3
I would recommend you to learn version 3.7. There are some things that are different in version 2 than in version 3.7. As version 2.x will be discontinued end of 2019 you will have to change code to make sure everything is running propper. Also there are some improvments in 3.x which fix bugs. By not using 3.7 you will miss some really nice things in python.
+ 1
you can use whichever you want. OS doesn't necessarily determine which Python you should be using. You can use both 3 and 2.
+ 1
learn any version, then learn how its different from the other version