Python experience "first verse": Understanding Python

Source: Internet
Author: User

Concept

Python (United Kingdom pronunciation:/?pa?θ?n/American pronunciation:/?pa?θɑ?n/) is an object-oriented, interpreted computer programming language, invented by Dutch Guido van Rossum in 1989, and the first public offering was released in 1991.

features

Python is purely free software, the source code and the interpreter CPython follow the GPL (GNU general public License) protocol, with a rich and powerful library, a concise and clear syntax, one of the features is mandatory whitespace (white space) Indent as a statement.

type
      • Cpython
        The official version of Python, implemented using the C language, is the most widely used, and the CPython implementation converts the source file (py file) into a bytecode file (PYc file) and then runs on the Python virtual machine.
      • Jyhton
        Python Java implementation, Jython will dynamically compile Python code into Java bytecode, and then run on the JVM.
      • IronPython
        In Python's C # implementation, IronPython compiles Python code into C # bytecode and then runs on the CLR. (similar to Jython)
      • PyPy (Special)
        Python implements Python, which compiles Python bytecode bytecode into machine code.
      • Rubypython, Brython ...

Python experience "first verse": Understanding Python

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.