Pycharm and python installation detailed tutorial

Reprinted from: https://blog.csdn.net/qq_29883591/article/details/52664478

First let's install python

1. First, go to the website to download: Click the open link (or enter the URL https://www.python.org/downloads/ yourself) , after entering, select the area in the red circle in the figure to download.



2. After the download is complete, it will be as shown below




3. Double-click the exe file to install, as shown in the figure below, and set according to the area in the circle. Remember to tick the tick box, and then click Customize installation to enter the next step:



4. For the above picture, you can customize the installation path through Browse, or you can directly click Install to install. After clicking install, the installation can be completed.


5. In order to check whether our python is installed successfully, you can enter python in the command window to query, if the information in the first picture below is displayed, it means success, and if the information in the second picture is displayed, it means an error.





Next install pycharm

1. First download pycharm from the website : click to open the link (the link is: http://www.jetbrains.com/pycharm/download/#section=windows), after entering the following picture, choose according to the operating system of your computer, for The windows system selects the area in the red circle in the figure.



2. After the download is complete, the image is as follows:



3. Double-click the downloaded exe file directly to install, the installation screenshot is as follows:

 

Click Next to go to the next step:



Click Next to go to the next step:



Click Install to install:



After the installation is complete, the following interface appears, click Finish to end the installation:



Let's create our first program:

1. Click the pycharm icon on the desktop to enter pycharm , as shown in the following figure:



2. We select the second one, and then click Ok:



3. Click Accept in the image above to go to the next step:



4. Click ok in the figure above to enter the next step:



5. Click Create New Project to enter the interface as shown in the figure below. The Location in the figure is to select the location of the python you installed. After selecting, click create .



6. In the interface as shown below, right-click the place pointed by the arrow in the figure, and finally select python file , and fill in the file name in the pop-up box (fill in arbitrarily).



7. After the file is successfully created, you will enter the following interface, and you can write your own program. Of course, if you are not satisfied with this interface, you can set the background yourself. I will not explain it in detail here (you can do it by yourself).




Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326208701&siteId=291194637