Visual Studio Code (VS code)
齒輪圖示>
命令選擇區
快捷鍵: Ctrl + Shift +P
要在左邊的視窗按快捷鍵
不是終端區或寫code的區域

英文版:

搜尋 Python: Select Interpreter:

即可切換不同版本的直譯器:

如果Python: Select Interpreter
出現錯誤的話
四個正方形的圖示
Extensions (Ctrl+Shift+X)
搜尋並安裝:
Python Extension Pack

方法2:
齒輪圖示 > Settings (Ctrl + ,)

搜尋找到: Default Interpreter Path後
設定python.exe的路徑:

Spyder:
Tools => Preference =>
Python interpreter =>
Use the following Python interpreter

Spyder console:
!where python
可以知道python的安裝路徑
如何知道該路徑的python版本?

推薦hahow線上學習python: https://igrape.net/30afN




![Python: 如何將folder_name, file_name合併為file_path? fpath = os.path .join(folder, fname) ; “\\”.join([folder, fname]) ; 如何將file_path拆分出folder? Python: 如何將folder_name, file_name合併為file_path? fpath = os.path .join(folder, fname) ; “\\”.join([folder, fname]) ; 如何將file_path拆分出folder?](https://i0.wp.com/savingking.com.tw/wp-content/uploads/2023/03/20230330132954_84.png?quality=90&zoom=2&ssl=1&resize=350%2C233)


![Python陣列介紹:List[ ], Tuple( ), Set{ }, Dictionary{ }, for迴圈 Python陣列介紹:List[ ], Tuple( ), Set{ }, Dictionary{ }, for迴圈](https://i0.wp.com/savingking.com.tw/wp-content/uploads/2022/01/1643329597-856443d20256b1a850089a56d07657bf.png?quality=90&zoom=2&ssl=1&resize=350%2C233)


近期留言