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
About the IDE for Python
has been used sublime Text 3, the interface style is concise, but debug is not convenient (need add plug-in).
Major Forums a large part of the Netizen force is very pycharm, so downloaded the official website of the professional version and activated.
Installation process Reference URL: Http://blog.csdn.net/yctjin/article/details/70307933?locationNum=11fps=1
This
website to download, specifically do not elaborate, stickers address: https://www.python.org/downloads/2.2 If you need to use other Python versions and frameworks such as Django, IronPython or Jython, please download and install them beforehand.2.3 Because to use the VS2013 version of PTVs, so to download version 2.2, if you like VS2010, download 2.1 version, but 2.1 version of the VS2013 is incompatible, so you have to find the VS2010 shell. Post th
This article describes how to use vim + python to build your own IDE plug-in. Today, my colleague suddenly told me that his editor sublime3 caused a sudden lag in the notebook and saw that the memory was 30 GB, his notebook only had 8 GB of memory in total, and suspected it was a memory leak. he decisively switched back to the original PyCharm. Because I also used PyCharm to learn
Recent Yvivid use Python for scientific computing applications such as MATLAB partial scenariosThe better release version isANACONDA:A free distribution for the SciPy stack. Supports Linux, Windows and Mac.Enthought canopy:the free and commercial versions include the core SciPy stack packages. Supports Linux, Windows and Mac.Python (x, y) winpython:a free distribution including the SciPy stack. Windows only.Of the above three, the first two are comme
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
│├──virtualenv│└──yasnippet├──eshell└──pde├──contrib├──doc├──templates├──tools└ ──tree-widget23 DirectoriesWith the above configuration, our programming environment for Perl and Python is well configured. With a good programming environment, the use of it makes people comfortable. Let's take a look at the editing effect and how it works:The editing effect is:650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/72/30/wKiom1Xeh0ajAZKhAAfmOyFB3Fo73
ST3 writes Python code with hints.The 9.Anaconda plugin also has a lot of features, and here's a little bit more about it:
Goto Definitions can find and display the definition of any variable, function or class in your entire project.
Find Usage can quickly find a variable, where a function or class is used in a particular file.
Show Documentation: the ability to display a descriptive string of a function or class (of course, in the
the exit string, the connection is closed directly.To test this server program, we also need to write a client program:Note that the client program runs out, and the server program will run forever, you must press CTRL + C to exit the program.SummarySocket programming with the TCP protocol is very simple in Python, for the client, to actively connect to the server's IP and the specified port, for the server, to first listen to the specified port, and
be a moment of neglect!You can also modify the shortcut keys:4) Are you tired of Python idle? Do you get bored with a series of tedious steps to execute freshly written code? Do you want to know immediately if your code can run? Come on, come on!Build Your own sublime Text IDLE, and program to run seamlessly!Install Sublimerepl First, then find it in preferences, Preferences-package settings-sublimerepl-settings users to add:{"Default_extend_env": {"
Two commands create Vim as the Python IDE method, vimpython
Run the following two commands to configure Vim (including plug-ins) to Python IDE. Currently, MAC and Ubuntu are supported.
curl -O https://raw.githubusercontent.com/vince67/v7_config/master/vim.shbash vim.sh
Example
What have you done?
A convenient bash sc
Install Python ide:
Eclipse supports many plug-ins. How to Design and install a plug-in, such:
1. From the menu, help-> install new software.
2. Specify the URL of the plug-in.
3. Enter keywords, such as pydev
4. select from the matched plugin.
Python project:
Debug Python:
The language corresponds to too
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
Reference:https://www.zhihu.com/question/22904994Http://www.cnblogs.com/luoshupeng/archive/2013/09/09/3310777.htmlDescriptionEnvironment: WIN10Software: Sublime Text31. Open Sublime Text 3 to install the package controlTo use CTRL + ' shortcut keys or open the command line from the View->show console menu, paste the following code:
import urllib.request,os; PF = ' package control.sublime-package ' ; IPP = sublime.installed_packages_ Path (); Urllib.request.install_opener (Urllib.requ
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 or Ruby courses. The static type facilitates static analysis by tools, performance optimization, and code readability.
Some people always compare the amount of code used to complete the same task and come to the conclusion that python is better than java. I have to say this is a very one-sided view.
Java is a bit cool, but ide can help reduce keyboard hit
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.