Python學習常用的好網站
阿新 • • 發佈:2017-10-20
問題 href all atp 包括 多人 details detail get
以下總結出自己在學習python期間常用的網址或者資源,其中包括很多人的博客,方便自己從這個入口查找資源。
1.https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/
(廖雪峰的官方網站,裏面有python很全面的基礎知識)
2.http://matplotlib.org/gallery/index.html
(python的matplotlib可以畫的2D圖類型,方便機器學習,數據挖掘)
3.http://data.okfn.org
(下載csv格式或者json格式數據很有用)
4.http://www.wunderground.com
(下載csv格式的天氣數據)
5.http://apistore.baidu.com/
(一個專門的API網站,做爬蟲可以用)
6.http://blog.csdn.net/c406495762/article/details/58716886
(python爬蟲入門,一個比較系統的關於python3的爬蟲)
7.http://blog.csdn.net/csywwx2008/article/details/17137097
(常見的編碼方式,做python遇到編碼問題可以過來參考)
Python學習常用的好網站