Python 标准库和第三方库

Python 标准库和第三方库

urllib2

文档:

python-requests

http://docs.python-requests.org/zh_CN/latest/user/quickstart.html

BeautifulSoup

简介: 从HTML或XML文件中提取数据,解析网页数据,可用作爬虫

文档: https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html

splinter

简介: 模拟浏览器操作网页行为

文档: https://splinter.readthedocs.org/en/latest/

paramiko

简介: ssh操作模块

文档:

cookielib

简介: 保存cookie

文档:

    原文作者:星星落下的灰
    原文地址: https://www.jianshu.com/p/de8690eb3263
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞