Home  >  Article  >  Backend Development  >  What systems is Python suitable for?

What systems is Python suitable for?

(*-*)浩
(*-*)浩Original
2019-06-28 13:42:475762browse

Python environment construction is suitable for many systems such as: Linux and Mac OS X, Unix (Solaris, Linux, FreeBSD, AIX, HP/UX, SunOS, IRIX, etc.), Win 9x/NT/2000, Macintosh (Intel, PPC, 68K), OS/2, DOS (multiple DOS versions), PalmOS, Nokia mobile phones, Windows CE, Acorn/RISC OS, BeOS, Amiga, VMS/OpenVMS, QNX, VxWorks, Psion

What systems is Python suitable for?

Python can also be ported to Java and .NET virtual machines. (Recommended learning: Python video tutorial)

Python uses the same virtual machine mechanism as Java. This construction idea can fully satisfy the same code on different operating systems. Operational needs; therefore, the applicability of the language on the operating system is determined only by the needs of the application itself. As a python developer, from experience, python is suitable for any operating system it supports. But in terms of the breadth of applications, most python commercial applications exist on Linux. Mainly used for testing, back-end functions and data mining.

In addition, I hope you will not stick to operating systems and languages. After all, they are just bridges for human-computer interaction. Being able to make full use of hardware performance and deliver tasks regularly is the top priority.

Python's latest source code, binary documents, news information, etc. can be viewed on Python's official website. You can download Python's documents on the official Python website. I personally recommend downloading HTML, PDF, PostScript and other formats. documentation.

Check whether the Python environment is installed on the system you are using. You can enter the "python" command through the terminal window to check whether Python has been installed locally and the installation version of Python.

Python has been ported to many platforms (with modifications to enable it to work on different platforms). You need to download the appropriate binaries for your platform and then install Python. If binaries for your platform are not available, you will need to manually compile the source code using a C compiler. Compiled source code is more selective in functionality and provides more flexibility for python installation.

For more Python related technical articles, please visit the

Python Tutorial

column to learn!

The above is the detailed content of What systems is Python suitable for?. 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