[Software installation] Detailed tutorial on Python installation (with installation package)

Software Description

Python was designed in the early 1990s by Guido van Rossum of the Netherlands Research Society for Mathematics and Computer Science as an alternative to a language called ABC. Python provides efficient high-level data structures and enables simple and effective object-oriented programming. Python's syntax and dynamic typing, as well as the nature of an interpreted language, make it a programming language for scripting and rapid application development on most platforms. As the version is constantly updated and new language features are added, it is gradually used for independent, large-scale project development.

      The Python interpreter is easily extensible and can be extended with new functions and data types using C or C++ (or other languages ​​that can be called from C). Python is also used as an extension programming language in customizable software. Python's rich standard library provides source code or machine code for each major system platform.

      In October 2021, Tiobe, the compiler of the Language Popularity Index, crowned Python as the most popular programming language, placing it above Java, C, and JavaScript for the first time in 20 years.

installation steps

Reminder: Turn off the anti-virus software and computer firewall before installing the software, so as not to clear the cracked files in subsequent operations.

1. Software download

1. Enter the URL in the computer browser: https://www.python.org/dowsloads

(You can also reply " Python " in the background of the official account  to get the Windows version installation package)

picture

Figure 1 Python URL

2. After opening the website, you can download the required version. Download the win version of Microsoft windows operating system.

picture

Figure 2 Installation package download page

2. Software installation

1. Open the downloaded installation package and double-click the [ python-3.8.3-amd64 ] program.

picture

 Figure 1 installation package

2. Click Cancel.

picture

Figure 2 Install Python

3. Leave it as default and click Next.

picture

Figure 3 Optional Features

4. Select the software installation path, the installation path here is [ D drive ] (it is not recommended to install on the C drive)

picture

Figure 4 Select the target location

5. Installing.

picture

Figure 5 is installing

6. The software is installed successfully.

picture

Figure 6 successful installation

7. Click the menu to drag the software to the desktop to create a shortcut.

picture

Figure 7 Create software shortcut

Conclusion

The above is the detailed description of the latest version of  Python  software installation, which mainly includes installation steps and other functions, and is only for communication and learning.

Guess you like

Origin blog.csdn.net/m0_59595915/article/details/132513382