Skip to content

Commit 79c1d7c

Browse files
committed
2 parents bf7f1b1 + 00716ed commit 79c1d7c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
# Python 爬蟲實戰
1+
# Python-Crawling-Tutorial 基礎爬蟲實戰
22

3-
## 下載程式與投影片
3+
## 相關資源
44

5-
請於上課前下載好[投影片](https://goo.gl/CFR95x)與程式碼,程式碼可透過這個頁面右邊的 **Clone or download** 下載
5+
最新的投影片放在 [slideshare](https://www.slideshare.net/ChenMingYang/python-crawling-tutorial) 上, 會不定期更新, 程式碼可透過這個頁面右邊的 **Clone or download** 下載
66
![demo](https://user-images.githubusercontent.com/4820492/35319787-585ea0c4-011c-11e8-802a-02ae0dbc4044.png)
77

8-
## 課前準備: 安裝環境
8+
> 2017 年以前的投影片教材放在 [release](https://github.com/afunTW/Python-Crawling-Tutorial/releases), 但是部份實戰練習網站會失效
9+
> 或是可透過 [link](https://goo.gl/CFR95x) 下載投影片
10+
11+
## 安裝環境
912

1013
### Anaconda (建議)
1114

1215
- 下載 Python 3.6 版本 https://www.continuum.io/downloads
13-
- 本課程會使用到瀏覽器 Chrome,麻煩各位選擇自己電腦的平台安裝 Chrome https://www.google.com.tw/chrome/browser/desktop/index.html
14-
- 本課程的 Session A & B 將提供 .ipynb 檔案使用 jupyter notebook 進行,安裝完 Anaconda 後即可用內建 jupyter notebook 打開 .ipynb 檔,詳細教學可以參考資料夾中的 jupyter_notebook教學.pdf
15-
- 本課程會用到的套件較多,建議安裝 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 只需安裝以下套件
1622

1723
```sh
1824
$ pip install selenium tldextract Pillow

0 commit comments

Comments
 (0)