redd 發表於 2016-8-29 15:35:59

下載安裝 Python 和 IDLE


下載安裝 Python 和 IDLE
https://www.python.org/

redd 發表於 2017-3-8 01:32:12

如果在 Mac 的 IDLE 無法打中文字,
是因為 Mac 的 Tcl/Tk 版本太舊,
必須先把 Tcl/Tk 升級到合適的版本:
https://www.python.org/download/mac/tcltk/

redd 發表於 2017-3-8 01:52:44

如果遇到錯誤訊息 "Unsupported characters in input" 請參考這篇:
https://www.zhihu.com/question/26532408

redd 發表於 2017-3-9 00:18:55

查看版本:
python --version

python3 --version

redd 發表於 2017-4-2 03:15:40

git 下載:
https://git-scm.com/

版本查詢,在終端機:
git --version

redd 發表於 2017-4-2 03:19:43

Anaconda 下載:
https://www.continuum.io/
頁: [1]
查看完整版本: 下載安裝 Python 和 IDLE