摘要: Python3.x与Python2.x的差异用法 1,关于urllib2区别: 2,关于URLError输出用法区别: 3,关于print用法区别: 4,关于aw_input和input区别: 5,关于设置setdefaultencoding区别: 6,关于urlretrieve()的区别: 7,关 阅读全文
posted @ 2017-12-24 22:05 整合侠 阅读(399) 评论(0) 推荐(0) 编辑
摘要: Python3.x(windows系统)安装matplotlib库 cmd命令: 执行结果: 阅读全文
posted @ 2017-12-24 21:48 整合侠 阅读(518) 评论(0) 推荐(0) 编辑
摘要: Python3.x(windows系统)安装requests库 cmd命令: 执行结果: 阅读全文
posted @ 2017-12-24 21:27 整合侠 阅读(1232) 评论(0) 推荐(0) 编辑
摘要: Python3.x(windows系统)安装libxml2库 cmd安装命令: 执行结果: 再执行命令: 执行结果: 阅读全文
posted @ 2017-12-24 21:16 整合侠 阅读(2928) 评论(0) 推荐(0) 编辑
摘要: Python3.x:关于urllib中urlopen报错问题的解决方案 调用:urllib.urlopen(url) 报错:AttributeError: 'module' object has no attribute 'urlopen' 原因: 1,官方文档的解释: 官方3.0版本已经把urll 阅读全文
posted @ 2017-12-24 00:00 整合侠 阅读(3082) 评论(0) 推荐(0) 编辑