Home  >  Article  >  Backend Development  >  What is python2.7

What is python2.7

silencement
silencementOriginal
2019-05-18 20:42:006249browse

pyton2.7 is a version of python released in 2010. Python is an interpreted language, an interactive language, and an object-oriented language. Python supports object-oriented style or code encapsulation in object programming. technology.

What is python2.7

pyton2.7 is a version of python released in 2010. Python is a high-level scripting language that combines interpretability, compilation, interactivity and object-oriented. It is highly readable. Compared with other languages, it often uses English keywords and some punctuation marks in other languages. It has It has more distinctive grammatical structures than other languages.

Let’s explain the python language

Python is an interpreted language: This means that there is no compilation link in the development process. Similar to PHP and Perl languages.

Python is an interactive language: This means that you can write the program you write in a Python prompt and execute it interactively directly.

Python is an object-oriented language: This means that Python supports object-oriented style or programming techniques in which code is encapsulated in objects.

Python is a Beginner’s Language: Python is a great language for beginning programmers, supporting a wide range of application development, from simple word processing to WWW browsers to games

Let’s take a look at the characteristics of Python

1. Easy to learn: Python has relatively few keywords, a simple structure, and a clearly defined syntax, making it easier to learn.

2. Easy to read: Python code is more clearly defined.

3. Easy to maintain: The success of Python is that its source code is quite easy to maintain.

4. An extensive standard library: One of Python’s biggest advantages is its rich library, which is cross-platform and compatible with UNIX, Windows and Macintosh.

5. Interactive mode: Interactive mode support, you can enter the language to execute the code from the terminal and get the results, interactive testing and debugging code snippets.

6. Portable: Based on its open source nature, Python has been ported (that is, made to work) to many platforms.

7. Extensible: If you need a critical piece of code that runs very fast, or want to write some algorithms that you don’t want to open up, you can use C or C to complete that part of the program, and then start it from your Python called in the program.

8. Database: Python provides interfaces to all major commercial databases.

9.GUI programming: Python supports GUIs that can be created and ported to many system calls.

10. Embeddable: You can embed Python into a C/C program, allowing users of your program to gain "scripting" capabilities.

The above is the detailed content of What is python2.7. 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