File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
### Anaconda (建議)
14
14
15
15
- 下載 Python 3.6 版本 https://www.continuum.io/downloads
16
- - 本課程會使用到瀏覽器 Chrome,麻煩各位選擇自己電腦的平台安裝 Chrome https://www.google.com.tw/chrome/browser/desktop/index.html
17
- - 本課程的 Session A & B 將提供 .ipynb 檔案使用 jupyter notebook 進行,安裝完 Anaconda 後即可用內建 jupyter notebook 打開 .ipynb 檔,詳細教學可以參考資料夾中的 jupyter_notebook教學.pdf
18
- - 本課程會用到的套件較多,建議安裝 Anaconda,如有安裝 Anaconda 只需安裝以下套件
16
+ - 練習題會使用到瀏覽器 Chrome,麻煩各位選擇自己電腦的平台安裝 [ Chrome] ( https://www.google.com.tw/chrome/browser/desktop/index.html )
17
+ - 動態網站的爬蟲也需要下載 webdriver,需要額外下載
18
+ - [ Chrome] ( https://sites.google.com/a/chromium.org/chromedriver/downloads )
19
+ - [ Firefox] ( https://github.com/mozilla/geckodriver/releases )
20
+ - 題目都是以 ` jupyter notebook ` 進行,安裝完 Anaconda 後即可用內建 ` jupyter notebook ` 打開 ` .ipynb ` 檔
21
+ - 建議安裝 Anaconda,如有安裝 Anaconda 只需安裝以下套件
19
22
20
23
``` sh
21
24
$ pip install selenium tldextract Pillow
You can’t perform that action at this time.
0 commit comments