John
1
位追蹤者
追蹤
John的沙龍
1
會員
8
內容數
加入
前往沙龍
加入
前往沙龍
發佈內容
我的成就
全部內容
由新到舊
John的沙龍
2022/05/08
Python tkinter padx ipadx
Button attribute ipadx為 Button 框內的距離 padx為 Button 框外距離 Window attribute
#
python
4
留言
John的沙龍
2022/05/08
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
opencv and matplotlib different
opencv is use BGR color matplotlib is use RGB color 顯示圖片 opencv matplotlib
#
python
喜歡
留言
John的沙龍
2022/05/08
JavaScript — var let
Java script 中有其中兩種宣告分別是 var 跟 let var 結果: let 結果: ** let 是一種區塊的變數宣告像是 if else while for 即跳出區塊時就無法取得資料
#
JavaScript
喜歡
留言
John的沙龍
2022/05/08
Python — Numpy max() maximum()
Max和Maximum的差別為 np.max() 最少接收一個參數,回傳所有內容的最大值 結果 np.maximum(A, B) 最少接收兩個參數,回傳A與B逐個比較的最大值 結果
#
python
喜歡
留言
John的沙龍
2022/05/08
Python — (tf/np).argmax()
tensorflow和numpy 中都有個argmax() 兩種用法都一樣(差別在tensorflow 要用sess.run()啟動)下面只展示numpy 用法如下 結果 **當axis=0時,會比對在column中最大數字回傳它的索引值
#
python
喜歡
留言
John的沙龍
2022/05/08
Python — list
— extend() append() insert() 在 Python 中 List 是常常會用到的,其中 List 的一個功能是 extend 使用方法如下: 使用 String 型別 結果: extend將會分割每個字元放入 使用 List 型別 結果: extend將會把每個陣列內容放入
#
python
喜歡
留言
John的沙龍
2022/05/08
Python — *args 和 **kwargs
在寫Python時,常會遇到需要傳不固定的參數值,這時*args和**kwargs就發揮得很大的功效。 這兩個都是可變參數,不同的地方是: *args是非鍵值的參數,也就是傳一般的值但是長度是可變的 結果: 在此函數中我們固定了前兩個的傳值數量,剩下傳入的值都會歸args所有 結果 結果
#
python
喜歡
留言
vocus 勳章
NFT
了解
如何蒐集勳章