已安装清单:
C:\Python\package>python -m pip list
安装:
C:\Python\package>python -m pip install XXX
工具:
from bs4 import BeautifulSoup
网页信息提取工具
ipython 即时命令行工具
json JSON读写
lxml XML工具
Pandas 数据框处理
requests http的request
Scrapy 网络爬虫
Twisted 用Python实现的基于事件驱动的网络引擎框架
urllib,urllib2 扒网页(https://cuiqingcai.com/2083.html)
xlwt excel操作
zope.interface