# Python on svcode :::success # Table of Content [toc] ::: ### Python 環境安裝 1. 選擇"自定義安裝" - 照著圖片的內容去勾選   2. 環境測試 - [HOME+R] 開啟powershell 或 cmd  - 輸入 ```shell= python --version ```  - 如果有出現 ```shell= Python X.XX.X ``` 字樣就是成功了 ### vscode 環境架設 1. 安裝debugger - [ctrl+shift+x] 開啟extension分頁 - 輸入 ```txt= @installed python debugger ```  - 安裝 ### 開始進入Python世界 1. 建立一個`.py`檔案 2. 撰寫簡單的code ```python= print("Hello, World!") ``` 3. 執行 - [ctrl+shift+`]開啟終端機(terminal) - 輸入 ```shell= python 檔案名.py ``` 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up