Recently, the editor is studying Python hard, and the compiler I am using is PyCharm. This article summarizes the resources I found online, and I will share them with you below.
1, PyChram download
Official website: http://www.jetbrains. com/pycharm
Windows:http://www.jetbrains.com/pycharm/download/#section=windows
Linux:http://www.jetbrains.com/pycharm/download /#section=linux
Mac:http://www.jetbrains.com/pycharm/download/
#Warm reminder: If you need to localize, copy resurces_zh.jar to the Pycharm installation directory lib directory, that's it.
Second, python version management switch
##File->settings->Prgject:python-> project interpreter
Three, PyChram common shortcut keys//Open the setting interface | |
//Select the code to be indented, press the key to indent | |
// Select the code to be indented, press the key to increase | |
//Copy this line and paste it to the next line | |
//Global search | |
|
|
Hurry up and save it! ! |
[Recommended course: Python video tutorial | ]
The above is the detailed content of [Python Learning] Pycharm Super Practical Tutorial. For more information, please follow other related articles on the PHP Chinese website!