Python - BeautifulSoup 基本應用 (1) BeautifulSoup 紀錄下 Python 網頁爬蟲大部分會用到的 BeautifulSoup。BeautifulSoup 本質上就是 parser,知道這點後其 function 和 parameter 的使用就能得心應手。 Install 這裡紀錄使用 pip 安裝 pip install beautifulsoup4 pip install... Read More
Python - sys, os.path 常見的 module 應用 Common python module - sys sys parameter 一些常見系統參數 import sys print(sys.platform) # linux sys.argv 像 c/c++ 的 argv 一樣,可以吃從 command line 傳入的參數。 # test.py 123 456... Read More
英文 Mail - 催促 英文催促信件範本 記錄下一些常用句型。井字號後之內容純屬虛構,如有雷同...你 Bad!! # 跟他打招呼 Hello, JunYe. # 靠夭他 Do you have any updates about the project that we discussed in the last weekly meeting ? # 假裝很關心 + 會幫忙 If... Read More