pycharm installation and configuration

foreword

PyCharm is the most commonly used IDE for Python. PyCharm can save us a lot of time, it can manage the code, and complete a lot of other tasks, such as debugging and visualization. If readers can master pycharm well, they will feel very relaxed and convenient when working on a project, giving people a sense of comfort.

1.pycharm installation

1. Go to the official website pycharm official website: https://www.jetbrains.com/pycharm/
2. Click download
[External link picture transfer failed, the source site may have an anti-leeching mechanism, it is recommended to save the picture and upload it directly (img-YXj0fiL2-1680844334667)(..\pycharm installation\1627204230032.png)]
3. Click other versions (other versions)

[External link picture transfer failed, the source site may have an anti-leeching mechanism, it is recommended to save the picture and upload it directly (img-RevrxSUM-1680844334668)(..\pycharm installation\1627204271859.png)]

4. Select the version to download (note your own system Windows, Mac, Linux)
(About the version, the latest version is the best, the new version is prone to bugs, here is a series of versions recommended in 2018)
insert image description here
5. Double-click the software
insert image description here
6. Choose what you want directory to install into

insert image description here

7. Choose 64-bit (almost all computers are 64-bit at present, it is recommended that you take a look at your own configuration)

insert image description here

8...Click install
insert image description here

2. Open pycharm

1. Click the icon

2. Click ok
insert image description here
3. Click Free for 30 days (Some websites such as Taobao sell cracking methods or resources, you can learn about them, or chat with the author privately)

4. Click Accept
insert image description here
5. Select a theme
insert image description here
6. Create a project
insert image description here

7. Code location
insert image description here8. After entering the folder name, click ok to complete the creation
insert image description here
9. Select the created folder
insert image description here
10. Select the python interpreter, which is the python software to start installing
insert image description here
11... select the existing interpreter
insert image description here
12. Select your favorite The python.exe path to start the installation

13... Select the interpreter of the system (our python is installed on the windows system)
insert image description here

14...Find the python.exe file installed by python
insert image description here
15...Click ok

20. Click Create Project

[External link picture transfer failed, the source site may have an anti-theft link mechanism, it is recommended to save the picture and upload it directly (img-KJzNaTv2-1680844334678)(..\pycharm installation\1627201548559.png)]

3.pycharm creates py file

1. Right-click the folder --> new --> python file
insert image description here

2...Enter the python file name
insert image description here
3. Enter the code
insert image description here
4...Run the code (right-click the page, click the run file name), be careful not to choose the wrong file
insert image description here

operation result

insert image description here

epilogue

There are still many functions of pycharm that the author did not describe. For beginners, mastering the basic operation is the most important. Readers can explore the rest by themselves. To learn more, if you want to crack the version, you can also chat with the blogger privately.

Guess you like

Origin blog.csdn.net/dixhusjsn/article/details/130009940