python python. 3 and 2 of the difference between

python2 and python3 difference

python2: source code is not uniform, the source code (function) repeated and difficult to maintain

python3: unified source, the source code is not repeated

"""

 起源于吉多·范罗苏姆,(中国的龟叔),在1989年的一个圣诞期间打发时间时编写的一门语言.因为集合了各种语言界大佬集合而成,各有各的不能代码,互相之间也互不清楚,所以导致了源码(功能)重复,所以导致了后期的维护困难。所以,在2014年,龟叔发言,今后python截至于2.7,到2020年之后将不再更新,要想用,就用至少是python3.4以上的版本。因为3.4是龟叔自己弄的,所以源码统一,源码不重复,功能不重复,维护也就很轻松了!

Guess you like

Origin www.cnblogs.com/lingege/p/11280633.html