John的沙龍
John的沙龍
1
會員數
8
內容數
目前沒有沙龍簡介
精選內容
John
2022/05/08
last_publish_at
John的沙龍
Python — *args 和 **kwargs
在寫Python時,常會遇到需要傳不固定的參數值,這時*args和**kwargs就發揮得很大的功效。 這兩個都是可變參數,不同的地方是: *args是非鍵值的參數,也就是傳一般的值但是長度是可變的 結果: 在此函數中我們固定了前兩個的傳值數量,剩下傳入的值都會歸args所有 結果 結果
#
python
喜歡
留言
John
2022/05/08
last_publish_at
John的沙龍
Python tkinter GUI 基本用法
tkinter 所有元件: 基本視窗: 1.BitmapImage: 2.Button: 3.Canvas: 4.Checkbutton: 5.Entry: 6.Frame: 7.Label: 8.LabelFrame: 9.Listbox: 10.Menu: 11.Menubutton:
#
python
#
tkinter
#
GUI
喜歡
留言
John
2022/05/08
last_publish_at
John的沙龍
Python — Numpy max() maximum()
Max和Maximum的差別為 np.max() 最少接收一個參數,回傳所有內容的最大值 結果 np.maximum(A, B) 最少接收兩個參數,回傳A與B逐個比較的最大值 結果
#
python
喜歡
留言
擁有者
John
追蹤最新動態, 和 1 位同樣興趣愛好的人一起交流
立即加入