Python is open source and it can be ported to many platforms, right?

藏色散人
Release: 2020-04-17 10:46:27
Original
6014 people have browsed it

Python is open source and it can be ported to many platforms, right?

Python is open source and it can be ported to many platforms, right?

Python is open source and it can be ported to many platforms.

Recommended:Python graphic tutorial

Python features

1. Easy to learn: Python has relatively few keywords, simple structure, and A well-defined syntax is 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 Python is open source and it can be ported to many platforms, right?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!