(1), Python introduction
Official website: http://www.python.org/
Python is a programming language this lets you work more quickly and integrate your systems. You can learn to use Python and-almost immediate gains in productivity and lower maintenance.
Wiki:python, is an object-oriented, literal translation of computer programming language. Literal language (interpreted language), also known as literal translation, is a programming language that does not need to be compiled into machine code, and then executed directly on the CPU, instead, This programming language needs to be translated by literal translation (interpret) in the execution period.
(2), installation, operation
Download the active Python installation package according to your machine model download.
Once installed, open the IDE in the start command and simply enter the script
Python Traditional run mode:
Python interpreter: A program that runs a Python program;
Python bytecode: the underlying form that Python gets when the program is compiled; Python automatically saves the bytecode in a file named. pyc;
The input source code is converted to bytecode-> bytecode in the PVM (Python virtual machine) run-> codes are automatically compiled, and then explained.
Python bytecode is not the binary code of a machine (not as fast as C + +, its speed is between traditional and traditional interpretation languages)
(3) Installation and commissioning of the Eclipse integrated Python Pydev plug-in
Http://www.cnblogs.com/sevenyuan/archive/2009/12/10/1620939.html