随笔分类 - Python
摘要:1 常见国内pip源 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学: https://pypi.mirrors.ustc.edu.cn/simple/ 华中理
阅读全文
摘要:1、ValueError:Missing scheme in request url: h 相关URL必须是一个List,改为LIst即可 2、Connection was closed 加UA头或者进行代理 UA头中HOST: host字段可以是域名,也可以是ip地址。host字段域名/ip后可以
阅读全文
摘要:1 expected an indented block 缩进的问题,像if 后面一行要缩进一样。 2 TypeError: 'NoneType' object is not callable None类型不是一个可以调用(callable)对象。赋值语句错误,值为None。callable对象是指
阅读全文
摘要:AssertionError 断言语句(assert)失败AttributeError 尝试访问未知的对象属性EOFError 用户输入文件末尾标志EOF(Ctrl+d)FloatingPointError 浮点计算错误GeneratorExit generator.close()方法被调用的时候I
阅读全文
摘要:Basemap: Toolkit module for making geographic basemaps: bokeh: From the website: “Bokeh is a Python interactive visualization library for large datase
阅读全文
摘要:1 python -m pydoc -p 1234 python -m pydoc 表示打开pydoc模块,这个模块就是用来查看python文档的工具。 -p 1234 表示在端口号1234上打开server,这个端口号可以自行设置。 然后就可以在浏览器中打开链接“http://localhost:
阅读全文

浙公网安备 33010602011771号