Python 3 Liao Xuefeng Blog notes (ii) Python interpreter

Source: Internet
Author: User

Python interpreter to understand Python code, there are a variety of Python interpreter

CPython

The official version of the Python interpreter, developed in C language, uses the broadest

IPython

Based on CPython, increased in interactive mode

PyPy

Increase execution speed and use JIT techniques to dynamically compile Python code.

There are some differences between PyPy and CPython. The same code can have different results on both of these interpreters.

Jython

Python interpreter running under the Java platform, you can compile Python into Java bytecode directly

IronPython

. NET platform, you can directly compile the python into. NET bytecode

Python 3 Liao Xuefeng Blog notes (ii) Python interpreter

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.