[Python Learning] Pycharm Super Practical Tutorial

little bottle
Release: 2019-04-09 18:01:26
Original
3555 people have browsed it

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.

[Python Learning] Pycharm Super Practical Tutorial

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

alt ctrl s             //Open the setting interfacetab               //Select the code to be indented, press the key to indent ##shift tab        ctrl d             ctrl ??? Press shift    //Global searchctrl /   //Commentsctrl F    //Findctrl R   / /Find and Replace]


// Select the code to be indented, press the key to increase
//Copy this line and paste it to the next line







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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!