Python install, run, integrate Eclipse, debug __python

Source: Internet
Author: User
(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

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.