Which python should i install | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which python should i install

i searched python 3 and the only thing i founded is python 3.5.2 and python 2.7 help pls

1st Dec 2016, 1:10 PM
‫יצחק שרף‬‎
‫יצחק שרף‬‎ - avatar
3 Answers
+ 1
You should install python 3.5.2 which is the last version of python 3.
1st Dec 2016, 1:32 PM
Farhad Sotothe
Farhad Sotothe - avatar
0
heres the lastest version of python 3 https://www.python.org/downloads/release/python-352/ if you want to use python 2 https://www.python.org/downloads/release/python-2712/ Which version you ought to use is mostly dependent on what you want to get done. If you can do exactly what you want with Python 3.x, great! There are a few minor downsides, such as very slightly worse library support1 and the fact that some current Linux distributions and Macs are still using 2.x as default (although Python 3 ships with many of them), but as a language Python 3.x is definitely ready. As long as Python 3.x is installed on your user's computers (which ought to be easy, since many people reading this may only be developing something for themselves or an environment they control) and you're writing things where you know none of the Python 2.x modules are needed, it is an excellent choice. Also, most Linux distributions have Python 3.x already installed, and all have it available for end-users. Some are phasing out Python 2 as preinstalled default.2 In particular, instructors introducing Python to new programmers should consider teaching Python 3 first and then introducing the differences in Python 2 afterwards (if necessary), since Python 3 eliminates many quirks that can unnecessarily trip up beginning programmers trying to learn Python 2.
1st Dec 2016, 6:22 PM
Jacob Gibson
Jacob Gibson - avatar
0
thank you very much!
3rd Dec 2016, 12:21 PM
‫יצחק שרף‬‎
‫יצחק שרף‬‎ - avatar