2017 KK Box年度風雲歌手演唱會_五月天(Sony Nex) by 儲蓄保險王 · 2017-01-23 https://youtu.be/x5oM6znutGo https://youtu.be/4-BoLvUXeps https://youtu.be/062JTUw-sRk 相關文章Python 套件命名解密:為什麼 pip install 與 import 常常表裡不一? pip install python-docx vs import docx ; pip install beautifulsoup4 vs import bs4Python中的時間處理簡介; timestamp: float = time.time() #獲取時間戳; localtime = time.localtime( timestamp ) #獲取localtime; fmt= '%Y-%m-%d %H:%M:%S' ; strftime = time.strftime(fmt, localtime) 等效於 datetime.datetime.now().strftime(fmt) #獲取strftime #str format time ;Python: Visual Studio Code (VS code) & Spyder 如何切換不同版本的Python直譯器( Interpreter ), VS code: 齒輪>命令選擇區(Ctrl + Shift +P) > Python: Select Interpreter #Spyder console: !where python #知道自己安裝的python路徑Python開發者實戰:從 0.4 分到 1.0 分 —— 打造一個「懂人心」的檔案模糊搜尋系統; difflib.SequenceMatcherPython的keyword: import keyword ; keyword.kwlistPython: pandas.DataFrame.astype() 函数方法的使用; df1.astype( dtype = np.float64, errors = "ignore")Excel TQC考題104: 在職訓練班學生選課資料內容,DATEDIF, TODAY()Python: import socket ; socket.socket() ; socket.connect() ; socket.send()Excel一個SUMPRODUCT函數打遍COUNTIF, SUMIF, COUNTIFS, SUMIFS
0 Python如何讀取csv檔? csv.reader(f) , 如何計算IRR? numpy_financial.irr() 免費下載IRR計算機,如何寫入csv檔? csv.writer(f).writerows(2D List) ; if not os.path.exists(folder): os.makedirs(folder) 2022-09-30
0 Python常用的模組內建常數; __name__ ; __file__ ; __doc__ ; __all__ ;__dict__; vars()->Dict[str,str] ; dir()->List[str] 2022-11-12
近期留言