3 odpowiedzi
+ 9
Hi @Kunal,
I have some good news for you. Fortunately Python 3 does not mean it is course number 3 or something, but it's version 3.x
Python is a prominent example of a project fork. Python 2.x is still in use, however, the inventors of Python 3.x decided that there needs to be a new Python, which overcomes some string handling defeciencies Python 2.x has, as they may claim.
For you, I would say, it's pretty enough to learn Python 3.x as most syntax in Python 3 works in Python 2 as well.
For more details about the differences, see also https://wiki.python.org/moin/Python2orPython3
Cheers,
Senfman
+ 5
https://wiki.python.org/moin/Python2orPython3
... but already discussed a lot ^^
https://www.sololearn.com/Discuss/246185/what-us-the-recommendation-for-python-2-7-or-3-6-to-a-beginninger
https://www.sololearn.com/Discuss/277314/python-2-or-python-3
https://www.sololearn.com/Discuss/372079/how-to-run-python2-code-in-python3-is-any-machanisam
https://www.sololearn.com/Discuss/352520/what-is-major-difference-between-python-2-python-3
https://www.sololearn.com/Discuss/348948/python-3-vs-python-2
https://www.sololearn.com/Discuss/332117/python3-or-python2-which-one-should-i-learn
https://www.sololearn.com/Discuss/245121/python-3x-or-2x
https://www.sololearn.com/Discuss/244670/what-are-the-reasons-for-choosing-to-do-a-project-in-python-3-vs-python-2
0
ohh means i can learn python 3 directly without starting with 1 or 2