How many versions Have PYTHON? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How many versions Have PYTHON?

31st May 2018, 8:53 AM
Shuva Raz Islam
Shuva Raz Islam - avatar
12 Answers
+ 15
important note Python 3 is not back compatible with Python 2... So if you are fresh to Python I would suggest that you learn 3 first. Sooner or later you'll have to study the differences in order to be able to refactor Python 2 code.
31st May 2018, 3:56 PM
Nikolay Nachev
Nikolay Nachev - avatar
+ 5
Python have 3 versions. 1 Python 2 Python 2 3 Python 3
6th Jun 2018, 4:38 PM
Shuva Raz Islam
Shuva Raz Islam - avatar
+ 4
Two versions: version 2 and version 3
31st May 2018, 11:22 AM
Сергей Малышев
Сергей Малышев - avatar
+ 4
Use the following to check your default Python: python -V It probably is 2.x. To run a Python 3 script, use: python3 myscript.py
31st May 2018, 10:14 PM
non
+ 4
Python 3.5 have an advanced features
1st Jun 2018, 5:09 PM
padhmanaban
padhmanaban - avatar
+ 3
The first implementation of Python is written in C. This is the most used version. It is available through the official Python website, and is pre-installed on most distributions and versions of Linux and Mac OS. There are two commonly used versions of this distribution: 2 and 3. Since version 3 contains a number of changes that are not compatible with version 2, version 3 is not just a replacement for version 2. In order to run a Python program, it is important to know which version of Python it uses. Jython
31st May 2018, 9:17 PM
jonathan florijn
jonathan florijn - avatar
+ 3
i am learning python now as a starter but all i want to know that can i create scripts with this language and if i can how. ..... cause im a server admin ,just got this position. and now I'm managing Ubuntu virtual servers so i need the knowledge of UNIX/linux scripting any suggestions would be great
2nd Jun 2018, 1:59 PM
Robert Rajendra
Robert Rajendra - avatar
+ 2
Two supported versions, Python 2 and Python 3. Python 2 will lost it's support in few years as well for versions in total, I can't really say :D, I'd say hundreds
31st May 2018, 11:57 AM
Markus Kaleton
Markus Kaleton - avatar
+ 2
Python 2 Python 3 off set languages Sython
31st May 2018, 11:09 PM
Anthony Perez
+ 2
there’s something called pypy(python written in python), faster than standard python(cpython)
4th Jun 2018, 6:20 PM
Flash
- 1
There are 3 versions, the newest being Python 3 🐍! Hope this helped! Leave an upvote!
31st May 2018, 8:59 AM
Siddharth
Siddharth - avatar
- 8
6
31st May 2018, 9:20 AM
Ibodullo Salimov
Ibodullo Salimov - avatar