Basic shortcuts and configurations for Python IDE PyCharm, pythonpycharm
Shortcut Key
1. Edit)Ctrl + Space Basic Code Completion (class, method, attribute)Ctrl + Alt + Space Quick import of any classCtrl + Shift + EnterCtrl + P parameter information (call parameters in methods)Ctrl + Q quick document viewingShift + F1 external documentCtrl + mouse IntroductionCtrl + F1 Display Error description or warning i
A python Daniel said: "jetbrains are produced. The best Python IDE is very good and powerful"
As a result, I was curious, rolled up her head and covered the cloth.
The following is a brief introduction of the Process, follow-up tips, and other experience before providing
(I) simple installation:
This step is very simple. Download and go to/bin./pycharm. Sh.
(I
Wing IDE 5 for Python installation and cracking method, wingpython
Install Wing IDEDownload the deb installation file from the official website
Start Installation
After the installation is complete, open the registration interface, enter the License ID below to get RequestCode, replace RequestCode in the source file Key. py
Run the code (if python is already
Recently, we have to do an in-house training for the company, so we have to deploy an environment.First download the Python Windows version of the installation file, URL:
http://www.python.org/getit/releases/2.7.3/
Currently 2.7.3 is a very stable version.
The IDE installation steps are reproduced from a document as follows:
Click on ' Add ' Add:Name:PyDev and location:http://pydev.org/updates (this
Directly into the theme, the following routines:1. Select Manual Input LicenseLicense Number input: cn123-12345-12345-123452, in the next step, select the second item, copy the request code3. Run the following script:where Licenseid input: cn123-12345-12345-12345Request code Input: The second step gets the value.Get the activation code.1 #coding = Utf-82 #!/usr/bin/env Python33 4Licenseid='cn123-12345-12345-12345'5Requestcode='Rw634-tec3q-6p859-n6pv4'6 7 ImportHashlib8B16 ='0123456789ABCDEF'9B30
install additional plugins. Using the shortcut key ctrl+shift+p (Win, Linux) or cmd+shift+p (OS X), enter the package Control:install a return, enter the assembly name, and then return to the installation:AnacondaAnaconda is currently the best Python autocomplete and syntax hint plugin in Sublime 3, and provides "jump to Definition", "Find and use", "Show Documents", "Auto Rename" functions of plugins in the IDE.DjaneiroProvides support for Django.Si
selection box select the first, click OK to continue, then the back screen we will default. Create a project need to enter a password, we set a password.In this way, our Pycharm tool has been installed and we can add it to the Desktop toolbar and make it easy to start every time you need it. If the Ubuntu version we use does not have a way to add it, you can do so.Five, set the Pycharm Quick Start modeRun sudo gedit/usr/share/applications/pycharm.desktopThen add it in the text that pops up:
Python IDE pycharm shortcut keys Daquan
1. Editor (Editing)
Ctrl + Space Basic code completion (classes, methods, properties)
Ctrl + Alt + Space quickly import any class
Ctrl + Shift + Enter statement completion
Ctrl + P parameter information (call parameters in method)
Ctrl + Q Quick View Document
Shift + F1 External document
About Ctrl + mouse
Ctrl + F1 Displays error descriptions or warning messages
Alt
tools have been installed, we can add to the Desktop toolbar, and then easy to start every time it is convenient. If we use the Ubuntu version does not have no way to add, you can do this kind of operation.
Five, set up the Pycharm the Quick Start way
Run sudo gedit/usr/share/applications/pycharm.desktop
And then add in the text that pops up:
The code is as follows
Copy Code
[Desktop Entry]
Type=application
return, enter the assembly name, and then return to the installation:
Anaconda
Anaconda is currently the best Python autocomplete and syntax hint plugin in Sublime 3, and provides "jump to Definition", "Find and use", "Show Documents", "Auto Rename" functions of plugins in the IDE.
Djaneiro
Provides support for Django.
Sidebarenhancements
Provides enhanced functionality for the default sidebar. Sublime's s
Old routines, installation and use (win7x64, JDK God horse drop already installed).1. InstallationOn the net down after this thingNextD-Drive PathI choose, I likeOpen mountGood slow, later with fibero TheSmall desktop icons1. RoleAfter opening the software as an administrator, the initial operation is as follows:AcceptSelect the evaluation version firstContinue to acceptLoading interfaceDirect OKAuthorization ManagementHarmony: Http://idea.liyang.ioStart building projectsDetermine the pathDecisi
fortunately, we do not engage in the maintenance of engineers so much. Forget it, grumble, not nonsense, on the subject.About the history of Python, at least should know Guido Bar, called Uncle Turtle, who worked in Google, now Dropbox, a cloud storage company, recently did not know him, maybe change the place, hehe. He is very NB, you think he can not play in the NB. He wants to have a language, like the
statements in a row:a semicolon (;) allows multiple statements to be written in a single line, regardless of whether the statement starts a new block of code. The following is an example of using semicolons:Import SYS; x = ' Foo '; Sys.stdout.write (x + ")Multiple statement groups as suites:A separate set of statements, in Python, a single code block is called a sequence. Complex statements, such as if, while, Def, and class, require a header row and
-populate, Click Save.2, Elastic IP, (in order to make subsequent remote connection server convenient), the role is fixed IP, click Assign new address, after allocation right click to select the associated address, in the popup page select the associated instance, click the instance, the private IP can select an existing instance, click Save.V. Connecting to a remote server1, the Mac Terminal Connection, open the Terminal command, navigate to the file directory where the key is stored, follow th
navigate to the last tag block of the HTML file. After double-click to see the formatted JS code, we can find that the information we want are all inside. The following excerpt:You can see these two linesYundata.fileinfo structure as follows, you can copy and paste it into the json.cn, you can see more clearly.Knowing the position of these three parameters, we can use regular expressions to extract them. The code is as follows:Crawling to these three parameters, you can call the previous transf
Implementation (recommended) of the word cloud generated by python and generation by python
The end of the review is too busy to write the scrapy framework for some time. Today we will introduce how to use python to generate word cloud. Although there are many word
Python version, the different version of the compiled PYc file is different, 2.5 compiled PYC files, 2.4 version of Python is not executable.
Why need PYC file: This demand is very obvious, because the py file can be directly see the source code, if you are developing commercial software, it is impossible to release the source code too? So it needs to be compiled into PYc and then released. Of course,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.