Python Web Crawler Practice About 透過Python來練習網路爬蟲,順便記錄一下自己碰到的問題及如何解決! 編譯器:Google Colab、VScode(Anaconda3) Outline - Code Yahoo網站爬蟲:利用Python Flask做成api形式(簡易版) Google評論爬蟲:臺灣高鐵各站Google評論 VScode - Prepare The Environments 1. Download Extensions - Python & Code Runner 旁邊的工具列點選延伸模組(Extensions) 下載Python及Code Runner 2. Select The Interpreter 選擇Python的直譯器,從setting進入>命令選擇(command palette) 在搜尋框框中輸入select interpreter 我這邊是使用Anaconda3(平常也是使用Jupyter來編譯),也可以使用其他的直譯器 Reference VScode環境設定