Python self-taught -2-python interpreter

Source: Internet
Author: User

Write a Python source file with a. py suffix name

Use the Python interpreter to execute the. py file

Python interpreter

CPython: The official version, developed by the C language, is the default for this, the most widely used interpreter.

Use >>> as a prompt

IPython: It is only more interactive than CPython enhanced.

Use In [序号]: as a prompt

PyPy: Dynamic compilation of Python, the goal is the execution speed. PyPy and CPython some are different

Jython: A Python interpreter running on the Java platform. The Python code can be compiled into Java bytecode execution

IronPython: The Python interpreter on the Microsoft. NET platform can compile Python code directly into. NET bytecode.

Total:

Python has a lot of interpreters, but the most widely used is cpython.

If you want to interact with the Java or. NET platform, the best approach is not to use Jython or IronPython, but to interact via network tuning to ensure the independence of each program.

Python self-taught -2-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.