Editor: Python Bring your own IDLE
Quick and easy, Learn Python or write small software. Very useful.
??
??
editor : Eclipse + pydev plugins
1. Eclipse is write java ide Span style= "Font-family:helvetica" > This can be generalized learning cost less. learned eclipse, after writing python or java all can.
2. Eclipse, a powerful feature.
3. Eclipse Cross-platform, can run on Mac and Windows
??
installation Python
: http://www.python.org/
Python have a Python 2 and the Python 3 two versions. ? There are some differences in grammar. ? For insurance purposes , I install Python 2.7.6
??
installation JAVA JDK
: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Eclipse this installation is required. JAVA JDK before you can run
??
Download Eclipse
http://www.eclipse.org/downloads/???? to this download. ?
after downloading, the decompression can be used directly, ? Eclipse does not require installation.
??
Pydev Plugin Introduction
Pydev Plugin's official website : http://www.pydev.org/ (no download required)
??
in the Eclipse installed in Pydev Plugins
start Span style= "Font-family:helvetica" >eclipse, Click help->install New software ...??" In the popup dialog box, click add button. fill :P Ydev,? Location fill http://pydev.org/ Updates
Then, step by step, put it down. ? if the process of loading, error. re-install it.
??
Configuration Pydev Interpreter
Install well Pydev after the the Python interpreter needs to be configured .
in the Eclipse menu bar, click Windows->preferences.???
In the dialog box, click pydev->interpreter-python.? click new button, select Python.exe Opens and displays a window with many checkboxes dot ok
if it is Mac System, Click the "Auto Config" button
??
Start writing code
Start Eclipse,? to create a new project ,?? File->new->projects ...?? Select pydev->pydevproject to enter the project name .
??
New PyDev package.??? you can write the code.
??
? Enter the package name, enter it here Test1
Python Basics (1) Python+eclipse+pydev Environment Building