After downloading and installing the PyCharm integrated development tool, you can start writing Python code
全名Integrated Development Environment
縮寫IDE
可以叫做[集成開發工具]或是[整合開發環境]
IDE裡面一般包含了下述那些東西
Editor 編輯器
Linker 連結器
Debugger 除錯器
Compiler 編譯器
Execution 執行
安裝PyCharm之前
記得要先安裝Python主程式
PyCharm是一個跨平台的集成開發工具
剛開始學習Python程式設計之語言
到底要用那個IDE來編寫Python代碼會比較好
很多人都推薦使用PyCharm來編寫Python代碼
PyCharm在操作上也是非常的容易及簡單
Step 1
PyCharm 官網的下載頁面
注意看這一串英文
For pure Python development
意思為純粹用於Python開發
點擊Community下方的[Download]
別搞錯了






