1. Python3.6.1安裝
1.1下載
在https://www.python.org/downloads/windows/網頁中,點擊Download Windows x86-64 executable installer(Download Windows x86 executable installer,32位),下載python-3.6.1-amd64.exe。
1.2 安裝
雙擊python-3.6.1-amd64.exe進行安裝,步驟選項如下圖所示。
1.3 驗證
打開cmd命令,輸入Python,如看到下面的界面,說明Python已經安裝成功。
2. PyCharm5.0.3 測試
1)打開PyCharm5.0.3,點擊 Create New Project,選擇創建的項目類型,本地位置,以及解釋器。
2) 在項目上右鍵-->New-->Python File,然后輸入項目名稱
3) 在文件中輸入內容,右鍵點擊Run,效果如下圖