Home  >  Article  >  Backend Development  >  What compiler does python use?

What compiler does python use?

藏色散人
藏色散人Original
2019-07-02 09:44:2824085browse

What compiler does python use?

There are two commonly used python language compilers:

One is the compiler that comes with python itself ;

One is the anaconda compiler (contains various machine learning libraries, which greatly facilitates use).

Related introduction:

Python (British pronunciation: /ˈpaɪθən/ American pronunciation: /ˈpaɪθɑːn/) is a widely used interpreted, high-level programming, general-purpose programming language, created by Guido· Created by Van Rossum, the first edition was released in 1991. It can be regarded as an improvement of LISP (adding some advantages of other programming languages, such as object-oriented).

Python's design philosophy emphasizes code readability and concise syntax (especially the use of space indentation to divide code blocks instead of using braces or keywords). Python allows developers to express ideas in less code than C or Java. Whether it is a small or large program, the language attempts to make the structure of the program clear and unambiguous.

Like dynamically typed programming languages ​​such as Scheme, Ruby, Perl, and Tcl, Python has a dynamic type system and garbage collection functions, can automatically manage memory usage, and supports multiple programming paradigms, including object-oriented and imperative. , functional and procedural programming. It has a huge and extensive standard library.

The Python interpreter itself can run on almost all operating systems. One of Python's interpreters, CPython, is written in C and is a community-driven free software currently managed by the Python Software Foundation.

Related recommendations: "Python Tutorial"

The above is the detailed content of What compiler does python use?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn