Excel TQC考題410:電子郵件地址,HYPERLINK, “MAILTO:”& by 儲蓄保險王 · 2022-04-19 Excel TQC考題410:電子郵件地址,HYPERLINK 簡單的部分略過 題目: “MAILTO:”&‘Address Book’!D2 (New E-mail欄位) UPPER(‘Address Book’!A2)&” “&’Address Book’!B2 相關文章Python: 如何即時將語音轉為文字? import speech_recognition as sr ; r = sr.Recognizer() ; str1 = r.recognize_google( audio, language = "zh-TW")Python: list.index(元素) 搜尋元素位於list中的那一個indexPython: 如何批量將檔案更名?os.rename(old_name, new_name) ; glob.glob() #讀取資料夾中的所有檔案 ; os.path.split(fpath) = os.path.dirname(fpath) , os.path.basename(fpath) ; os.path.splitext(basename) #分離主/副檔名Python: 如何用tkinter做出Listbox列表選擇框 GUI? menu = tk.StringVar(root, value= tuple( cable.items() ) ) ; listbox = tk.Listbox (root, listvariable = menu)Python: 如何隨機取一個亂數,並尋找list中最接近該亂數的數字(可用來抽獎)Python: 如何計算全文件詞頻(term frequency,簡稱TF)?如何使用jieba做中文斷詞? lis_jieba = jieba.lcut(strr)Python: 如何讀取json檔? json.load(TextIOWrapper) #文本流輸入輸出封裝器; json.loads(str) 有何差別? 如何跳到文件的一開頭? f.seek(0,0) ; dict的key若重複,後面覆蓋前面Python: pandas.DataFrame.drop()的參數axis=0 / 1 vs index / columns ; 如何drop DataFrame的rows / columns ?Python TQC考題706: 整數檔案讀寫;使用str type 排序會出現什麼問題?
0 Python讀取或儲存mat檔(dict), import scipy.io ; dic = scipy.io.loadmat(pathf) ; scipy.io.savemat(SavePath, rawdict) 2022-08-23
0 Python: 如何用tkinter做出設定xmin, xmax, ymin, ymax, fontsize的GUI? 未輸入的話,視為None ( matplotlib 自動設定) ; import matplotlib.backends.backend_tkagg as tkagg ; from tkinter import Tk, Canvas, Label, Entry, Button ; 如何讓Entry中有預設值? 2023-04-09
近期留言