How to download and install python?

Previously introduced python installation, here again briefly explain to the Windows system, for example, there are two kinds of installation, one is directly to the official website to download the installation package to install python, one is to download and install anaconda, respectively, below I explain this in two ways:

  • The official website to download and install python, this directly to the official website to download the latest version on the line, address https://www.python.org/downloads/, as follows:

After a successful download, simply double-click on the line installation, the installation is successful, you can see python installed at the beginning of the menu bar, as follows:

Click IDLE, you can open the python's own GUI development environment, as follows:

  • Download and install anaconda, this software integrates python interpreter and many third-party packages for beginners is a very good choice, if too much trouble to install third-party packages, you can install the software directly address https: // www.anaconda.com/download/, select the latest version installed on the line, as follows:

Once downloaded, simply double-click on the line installation, the installation is successful, you can also be found in the Start menu bar anaconda installation, as follows:

Click spyder or QTConsole, can edit and run the python program, as follows:

So far, we have completed the installation of python. Overall, these two very simple way, you can simply double-click installation, the only difference is that the first approach with only python standard library, and anaconda will take a lot of third-party libraries, as to which option to install way, because this person only, select one of their own on the line, the internet also has tutorials and information, interested can search on their own, I hope to share content can help you.

Guess you like

Origin blog.csdn.net/java276582434/article/details/91875224