已安裝清單:
C:\Python\package>python -m pip list
安裝:
C:\Python\package>python -m pip install? XXX
工具:
from bs4 import BeautifulSoup
? ??????????????????????????網(wǎng)頁信息提取工具
ipython? ? ? ? ? ? ????即時命令行工具
json? ? ? ? ? ? ? ? ? ? ?JSON讀寫
lxml? ? ? ? ? ? ? ? ? ????XML工具
Pandas????????????????數(shù)據(jù)框處理
requests? ? ? ? ? ? ? http的request
Scrapy? ? ? ? ? ? ????網(wǎng)絡(luò)爬蟲
Twisted????????????????用Python實現(xiàn)的基于事件驅(qū)動的網(wǎng)絡(luò)引擎框架
urllib,urllib2? ? ? ? ? ? ? ? ? 扒網(wǎng)頁(https://cuiqingcai.com/2083.html)
xlwt? ? ? ? ? ? ? ? ? ? ? excel操作
zope.interface