美文网首页
python 学习记录

python 学习记录

作者: 码农也越野 | 来源:发表于2017-07-18 11:50 被阅读0次

    pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
    pip install seaborn scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

    1、[AttributeError: 'dict' object has no attribute 'iteritems']
    原因:Python3.5之后:iteritems变为items

    相关文章

      网友评论

          本文标题:python 学习记录

          本文链接:https://www.haomeiwen.com/subject/kdockxtx.html