切片
https://www.cnblogs.com/malinqing/p/11272485.html
带下标便利列表
enumerate
python
下载报错时记得使用镜像源
pip install —user -i https://pypi.tuna.tsinghua.edu.cn/simple 包
pip -i http://pypi.douban.com/simple install dnspython
install —index-url https://pypi.douban.com/simple xxxx。或者使用pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxx 从清华镜像获取库。
常见pip下载镜像还有:
阿里:https://mirrors.aliyun.com/pypi/simple
中国科学技术大学:https://pypi.mirrors.ustc.edu.cn/simple
