python2 与python3的变化

Posted Earendil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2 与python3的变化相关的知识,希望对你有一定的参考价值。

1 写文件如果是bytes类型的话,打开文件 open参数设置为wb

 

2 python2 默认包import是相对路径,python3是绝对路径

 

3 python3的dict没有has_key方法,用in

map() in Python 3 is a generator function, which is not serializeable in JSON. You can make it serializeable by converting it to a list

 

以上是关于python2 与python3的变化的主要内容,如果未能解决你的问题,请参考以下文章

Python2.4+ 与 Python3.0+ 主要变化与新增内容

python2.X与python3.X爬虫常用的模块变化对应

Python2.x与Python3.x的主要区别(转)

python2.x到python3.x函数变化

Python2与Python3的区别

python2与python3区别