2021-05-05 10:13:49 -07:00
|
|
|
|
---
|
|
|
|
|
id: 5e7b9f0d0b6c005b0e76f076
|
2021-07-02 18:45:29 +05:30
|
|
|
|
title: '網絡:使用 Python 進行 Web 爬取'
|
2021-05-05 10:13:49 -07:00
|
|
|
|
challengeType: 11
|
|
|
|
|
videoId: Uyioq2q4cEg
|
2021-10-03 12:24:27 -07:00
|
|
|
|
bilibiliIds:
|
|
|
|
|
aid: 674382625
|
|
|
|
|
bvid: BV1oU4y1n7zQ
|
|
|
|
|
cid: 377331774
|
2021-05-05 10:13:49 -07:00
|
|
|
|
dashedName: networking-web-scraping-with-python
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# --description--
|
|
|
|
|
|
2021-07-02 18:45:29 +05:30
|
|
|
|
更多資料:
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
2021-07-02 18:45:29 +05:30
|
|
|
|
\- [練習:socket1](https://www.youtube.com/watch?v=dWLdI143W-g)
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
2021-07-02 18:45:29 +05:30
|
|
|
|
\- [練習:urllib](https://www.youtube.com/watch?v=8yis2DvbBkI)
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
2021-07-02 18:45:29 +05:30
|
|
|
|
\- [練習:urllinks](https://www.youtube.com/watch?v=g9flPDG9nnY)
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
# --question--
|
|
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
|
2021-07-02 18:45:29 +05:30
|
|
|
|
哪個 Python 庫是用於解析 HTML 文檔並從中提取數據?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
|
|
|
|
|
socket
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
http
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
BeautifulSoup
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
PrettyBiscuit
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
WonderfulSalad
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
HttpParser
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
GrunkleStan
|
|
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|