目前Python官網從2020-1-01stop maintenancePython2.7版本
目前Python官方推薦:使用Python3.X系列版本(不向下兼容python2.X版本)
所以:Annoyed a lotPython2.XVersion lovers(不過Python3.X是未來的趨勢)
個人推薦:使用Python3.6 ~ Python3.8之間的版本
Python官網
https://www.python.org
注意:3.9版本(包括3.9)The above cannot existwin7上安裝
對前綴的說明:
以Windows x86-64開頭的是 64 位的 Python 安裝程序;
以Windows x86開頭的是 32 位的 Python 安裝程序.
對後綴的說明:
embeddable zip file :表示.zip格式的綠色免安裝版本,可以直接嵌入(集成)到其它的應用程序中;
executable installer :表示.exe格式的可執行程序,這是完整的離線安裝包,一般選擇這個即可;
web-based installer :表示通過網絡安裝的,也就是說下載到的是一個空殼,An internet connection is also required during installation
Download Windows help file
:Python幫助文件
Download Windows x86-64 embeddable zip file
:64Bits can be embedded in compressed packetszip文件
Download Windows x86-64 executable installer
:64bit executable.exe文件
Download Windows x86-64 web-based installer
:64Bit-based network installation files
Download Windows x86 embeddable zip file
:32Bits can be embedded in compressed packetszip文件
Download Windows x86 executable installer
:32bit executable.exe文件
Download Windows x86 web-based installer
:32Bit-based network installation files
“Windows x86-64 executable installer”,也即 64 位的完整的離線安裝包.
雙擊下載得到的 python-3.7.8-amd64.exe,就可以正式開始安裝 Python 了
Install Now :默認安裝(直接安裝在C盤,And check all components and download)
Customize installation:自定安裝(The installation path and components can be selected)
Install launcher for all users(requires elevation) (默認勾選)
Add Python to PATH (一定勾選,添加PythonThe installation path of the interpreter to the system variable,目的:In order to find the operating system fasterPython解釋器)
Documentation
:安裝Python官方文檔
Pip
:安裝Python包管理器,可下載安裝Python包
tcl/tk and IDLE
:安裝TK庫和IDLE編輯器(開發環境)
Python test suite
:Install the standard library and test suite
Py launcher
:py The suffix files all start with 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:交互式命令行