python tutorial 入門指南:
runoob.com:
python 3.7.4 官方文件:
w3cschool:
python3手冊文件:
《python3標準庫》主題:
像科學家一樣思考pytho:
2. python web相關:
django官網:
劉江的部落格教程(django):
3. 爬蟲框架
scrapy:
爬蟲100個專案練習:python爬蟲100個入門專案
爬蟲100個專案練習:python爬蟲100個入門專案(續)
新聞:news*****:
diffbot:
mercury-parser:
dragnet:
justext:
html2article:
4. 我的python學習步驟
01 python學習總結:python簡介及入門:
02 python學習總結:識別符號和運算子,物件和引用:
03 python學習總結:變數和資料型別:
04 python學習總結:字串:
05 python學習總結:序列(列表,元組,字典,集合):
06 python學習總結:控制語句:
07 python學習總結:函式(各種函式):
08 python學習總結:物件導向:
09 python學習總結:異常和錯誤:
10 python學習總結:模組和包:
11 python學習總結:檔案操作(檔案/目錄方法):
12 python學習總結:網路通訊:
13 python學習總結:多工,多執行緒:
14 python學習總結:正規表示式:
其它:python2 和 3使用上的主要區別:
5. 其它地方python資料
知乎上優秀python資料:最全資料分析資料彙總(含python、爬蟲、資料庫、大資料、tableau、統計學等)
python中文開發者社群:
6. postgresql:
易百教程:
7. 人工智慧
sklearn文件,雖然是文件,但能學到很多很多具體的機器學習例子和知識:
我的python學習之路
初識python 獲取url位址解析url原始碼提取原始碼中的需要資訊使用re beautifulsoup urllib.request等常用庫寫入txt excel等等。format string string to convert 其中 format string為格式標記字串,形式為 cdoe...
我的Python學習之路 5
1.學習python函式的定義和使用,掌握並了解遞迴函式中基例 遞迴出口 和鏈條 遞迴體 的定義 2.安裝pyinstaller庫並將源 py 打包為可執行程式 exe 3.根據之前所學的time庫和turtle庫,結合函式內容編寫七段數碼管例項並打包 4.了解科赫曲線的實現機理,嘗試編寫 實現科赫...
我的Python與Android學習之路
我的python與android學習也有一段時間了。現在整理學習的過程,包括用了那些書,教程和做了些什麼。1.python 學習python是經過舍友的介紹,他說這是個易上手而且應用廣泛的語言,在知乎上搜了一下,發現不錯。python教程有很多,開始入門是用 簡明python教程 當然這本書還是過於...