What is need to lern firat? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is need to lern firat?

python 1, python 2 or python 3.what is deferent of them

30th Mar 2017, 10:38 AM
NeoX
NeoX - avatar
3 Answers
+ 7
---- Difference between Python 1 and 2 ---- ● Unicode objects ● List comprehensions ● Augmented assigment ● Cyclic garbage collection ● *args and **kwargs argument unpacking Source: https://docs.python.org/3/whatsnew/2.0.html ---- Difference between Python 2 and 3 ---- Read this: https://blog.appdynamics.com/engineering/the-key-differences-between-python-2-and-python-3/ Naturally, learn Python 3.
30th Mar 2017, 11:11 AM
Maz
Maz - avatar
+ 3
Learn python3, There is no much difference between python2 and python3
30th Mar 2017, 10:52 AM
onekpsc
+ 1
some functions and libraries do not have the same name from version to other. As a result some old codes may not work with the most recent version of it..
30th Mar 2017, 11:23 AM
NCIBI Ali
NCIBI Ali - avatar