Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/networking-web-scraping-with-python.md

57 lines
671 B
Markdown
Raw Normal View History

---
id: 5e7b9f0d0b6c005b0e76f076
title: '网络:使用 Python 进行 Web 爬取'
challengeType: 11
videoId: Uyioq2q4cEg
dashedName: networking-web-scraping-with-python
---
# --description--
更多资料:
\- [练习socket1](https://www.youtube.com/watch?v=dWLdI143W-g)
\- [练习urllib](https://www.youtube.com/watch?v=8yis2DvbBkI)
\- [练习urllinks](https://www.youtube.com/watch?v=g9flPDG9nnY)
# --question--
## --text--
哪个 Python 库是用于解析 HTML 文档并从中提取数据?
## --answers--
socket
---
http
---
BeautifulSoup
---
PrettyBiscuit
---
WonderfulSalad
---
HttpParser
---
GrunkleStan
## --video-solution--
3