目前Python官網從2020-1-01就停止維護Python2.7版本
目前Python官方推薦:使用Python3.X系列版本(不向下兼容python2.X版本)
所以:惹怒了許多的Python2.X版本愛好者(不過Python3.X是未來的趨勢)
個人推薦:使用Python3.6 ~ Python3.8之間的版本
Python官網
https://www.python.org
注意:3.9版本(包括3.9)以上的無法在win7上安裝
對前綴的說明:
以Windows x86-64開頭的是 64 位的 Python 安裝程序;
以Windows x86開頭的是 32 位的 Python 安裝程序。
對後綴的說明:
embeddable zip file :表示.zip格式的綠色免安裝版本,可以直接嵌入(集成)到其它的應用程序中;
executable installer :表示.exe格式的可執行程序,這是完整的離線安裝包,一般選擇這個即可;
web-based installer :表示通過網絡安裝的,也就是說下載到的是一個空殼,安裝過程中還需要聯網
Download Windows help file
:Python幫助文件
Download Windows x86-64 embeddable zip file
:64位可嵌入壓縮包zip文件
Download Windows x86-64 executable installer
:64位可執行.exe文件
Download Windows x86-64 web-based installer
:64位基於網絡安裝文件
Download Windows x86 embeddable zip file
:32位可嵌入壓縮包zip文件
Download Windows x86 executable installer
:32位可執行.exe文件
Download Windows x86 web-based installer
:32位基於網絡安裝文件
“Windows x86-64 executable installer”,也即 64 位的完整的離線安裝包。
雙擊下載得到的 python-3.7.8-amd64.exe,就可以正式開始安裝 Python 了
Install Now :默認安裝(直接安裝在C盤,並且勾選所有組件並下載)
Customize installation:自定安裝(可選擇安裝路徑和組件)
Install launcher for all users(requires elevation) (默認勾選)
Add Python to PATH (一定勾選,添加Python解釋器的安裝路徑到系統變量,目的:為了操作系統更快的找到Python解釋器)
Documentation
:安裝Python官方文檔
Pip
:安裝Python包管理器,可下載安裝Python包
tcl/tk and IDLE
:安裝TK庫和IDLE編輯器(開發環境)
Python test suite
:安裝標准庫和測試套件
Py launcher
:py 尾綴文件都以python解釋器執行
For all users
:所有用戶都可使用
Install for all users
:所有用戶都可使用
Associate files with Python (requires the py launcher)
:將 py文件和python關聯(需要python啟動器)
Create shortcuts for installed application
:為應用程序創建快捷方式
Add Python to envirounment variables
:添加Python到虛擬環境
Precompile standard library
:預編譯標准庫
後兩個都是Debug相關工具
:有pycharm這個IDE就不需要了
驗證是否成功,按win+R,輸入cmd ,輸入Python回車
IDLE:Python編輯器
CPython:交互式命令行
按win,就可以找到安裝的Python
IDLE:Python編輯器
CPython:交互式命令行