https://github.com/zhan3333/python-example
python学习中用到的一些例子
https://github.com/zhan3333/python-example
Last synced: 9 months ago
JSON representation
python学习中用到的一些例子
- Host: GitHub
- URL: https://github.com/zhan3333/python-example
- Owner: zhan3333
- Created: 2017-01-11T09:55:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T02:10:10.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T22:57:36.401Z (9 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/