This time to everyone to bring Win7 64-bit under python3.6.5 should be how to install, Win7 64 bit under the python3.6.5 installation of the attention matters, the following is the actual case, together to see.
Python installation tutorial, share to everyone.
First, install Python
1, first enter the website to download: Click the open link (or enter your own URL), after entering, for example, select the red circle in the image area to download.
2, after the download is complete as shown
3, double-click EXE file installation, such as, and in accordance with the area of the ring set, remember to tick the box, and then click Customize installation into the next step:
4, for the, you can use browse to customize the installation path, you can also click on the install installation, click on Install and then you can complete the installation.
5, in order to check whether our Python installation is successful, you can enter Python in the Command window query, such as the display of a message is successful, such as the display of the second picture of the information indicates an error.
Second, understanding the programming environment
1, Run command cmd at the beginning of the run, DOS mode, enter Python, the interactive environment of Python.
2, to the Idle interface
3, the interactive interface can be used for simple learning, writing a larger program should be to the specific Python file, python file by default suffix. py, we can create a new text file, and then change the suffix extension to. py, and then
The run module under run in the menu is finally selected and the shortcut key is F5.
The first time you install yourself, there are a lot of problems to solve.
Installation process episode, when running the prompt:
Here's how to fix it:
(1) Remove the C:\Windows\SysWOW64 api-ms-win-crt-runtime-l1-1-0.dll.
(2) Reinstall Api-ms-win-crt-runtime-l1-1-0.dll (in fact this is VC redit.exe inside)
Install VC Redit.exe Program Solution
VC is a program: VC redit.exe Download link
Download and install the complete two directories will have, restart the computer, this time can be normal operation.
Python small white One, there are many need to learn the place, first record. Next, we'll tidy up some pip installation tutorials.
There is also a small supplement:
EOL while scanning string literal, the reason for this exception is that this exception is caused by a string, and the quotation marks do not appear in pairs.
Open the original link has dry goods pick up.
Believe that you have read the case of this article you have mastered the method, more exciting please pay attention to the PHP Chinese network other related articles!
Recommended reading:
Python how to read and write TXT file line-wise
How Python calls MySQL to update data