Home > Article > Backend Development > How to download python on 64-bit computer
How to download python on a 64-bit computer?
1. Open the python download link https://www.python.org/downloads/ and click on the version you want.
Recommendation: "python tutorial"
2. I want to download the latest version of python 3.7.4, click "Download".
#3. After opening the link, slide down and find "Files".
Choose the version that suits your computer. Here we introduce in detail the python versions that can be selected in the picture above.
Gzipped source tarball and XZ compressed source tarball are the downloaded versions for Linux systems and CentOS systems. Note that Linux and CentOS come with python, so there is generally no need to download python.
macOS 64-bit/32-bit installer: Mac computer 32-bit system version.
macOS 64-bit installer: Mac computer 64-bit system
Windows x86-64: Windows 64-bit operating system version.
Windows x86: windows 32 operating system version.
web-based installer: online installation. What is downloaded is an exe executable program. After double-clicking, the program automatically downloads the installation file (so a network is required) for installation
executable installer: program installation. What is downloaded is an exe executable program, double-click to install.
embeddable zip file: Unzip and install. The download is a compressed file. After decompression, the installation is complete.
The above is the detailed content of How to download python on 64-bit computer. For more information, please follow other related articles on the PHP Chinese website!