pip安裝可選鏡像源
阿里云 http://mirrors.aliyun.com/pypi/simple/
中國(guó)科技大學(xué) https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) https://pypi.douban.com/simple/
清華大學(xué) https://pypi.tuna.tsinghua.edu.cn/simple/
中國(guó)科學(xué)技術(shù)大學(xué) http://pypi.mirrors.ustc.edu.cn/simple/
鏡像源使用方法(以豆瓣源為例)
pip install 第三方庫(kù)名(比如request)-i https://pypi.douban.com/simple/ —trusted -host pypi.douban.com
Python的學(xué)習(xí)網(wǎng)站
Python官方網(wǎng)站
https://www.python.org/
Python官方第三方軟件存儲(chǔ)庫(kù)
https://pypi.org/
技術(shù)問(wèn)答網(wǎng)站(python 多數(shù)報(bào)錯(cuò)可以在這里找答案)
https://stackoverflow.com/
簡(jiǎn)書(shū)
http://www.itdecent.cn/
博客園
https://www.cnblogs.com/
CSDN
https://www.csdn.net/
菜鳥(niǎo)教程(基礎(chǔ)知識(shí))
https://m.runoob.com/python3/
開(kāi)發(fā)工具
Sublime Text3
Atom
https://atom.io/
PyCharm