Python Learning Path (2) Introduction of--python types

Source: Internet
Author: User

Types of Python

      • 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 ...

In addition to PyPy, the corresponding relationship and execution flow of Python are as follows:

PyPy, the Python bytecode is further processed on the basis of Python, which improves execution speed!

Python Learning Path (2) Introduction of--python types

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.