An open API service indexing awesome lists of open source software.

https://github.com/zhan3333/python-example

python学习中用到的一些例子
https://github.com/zhan3333/python-example

Last synced: 9 months ago
JSON representation

python学习中用到的一些例子

Awesome Lists containing this project

README

          

### 项目介绍
- 本项目用于个人python入门学习

### 目标
- 学习爬虫相关知识

### JainDanReptile.py 所需库安装
1. BeautifulSoup:
- 安装命令: `pip install beautifulsoup4`
- 文档:https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/
2. requests:
- 安装命令: `pip install requests`
- 文档: http://docs.python-requests.org/zh_CN/latest/