20140817_11_HX400V_宜蘭國際童玩節_泰國 by 儲蓄保險王 · 2014-08-30 20140817_11_HX400V_宜蘭國際童玩節_泰國 http://youtu.be/aAXjTCyCncs 相關文章Python × Ollama 教學:用本地 LLM (Large Language Model 大語言模型)將 JSON 逐筆自動轉成中文自然語言Python Pandas 中的視圖(View)與副本(Copy) : 避免資料操作錯誤的指南; 如何處理SettingWithCopyWarning ?Python Counter 速查與實戰指南;from collections import CounterPython: 如何計算全文件詞頻(term frequency,簡稱TF)與逆向檔案頻率(Inverse Document Frequency,簡稱 IDF)?Python: 循環播放 英文單詞及其中文翻譯 ; from gtts import gTTSPython: 如何隨機取一個亂數,並尋找list中最接近該亂數的數字(可用來抽獎)Python: next() 函數教學Python: openai-whisper 語音轉文字(Speech To Text, STT)完整教學; pip install openai-whisper ; 如何購買openAI API key?如何生成字幕檔?Python: 從兩個時間字串開始:用 timedelta 計算時間差,並學會分辨屬性與方法兩種做法; from datetime import datetime
0 Python: matplotlib繪圖如何共用x axis, y axis, x label, ylabel? fig, axs = plt.subplots(nrows=2, ncols=3, sharex=True, sharey=True) ; plt.suplabel() 2023-02-28
0 Python 如何用 Mistune 將 Markdown (md)轉成 AST (Abstract Syntax Tree , 抽象語法樹)並匯出成 JSON; markdown = mistune.create_markdown( renderer=’ast’ ) 2025-07-17
0 Python: 如何用tkinter做出 對話 Button GUI? 點Button即可選擇檔案 ; fpath = filedialog .askopenfilename() ; self.process_button.pack(fill=’both’, expand=True) ; 物件導向避免使用全域變數 2023-03-29
近期留言