In fact, both Windows and Linux environments are possible. In the early stage, learning is generally started from the Windows platform, and later in the development of the current Linux version under the Linux platform, the 16 editions and 18 editions are commonly used.
If it is a mac operating system, you can download the mac version of the development environment directly at the beginning, and you can download it directly from the Python official website. Each version is available.
Python has no requirements for the operating system and runs across platforms. It supports common mainstream platforms, such as AIX, HPUX, Solaris, Linux, Windows, etc. All common Unix and Linux platforms except Windows have native Python, but the version is average Lower. Regarding cross-platform and other cross-platform languages, it should be noted that some individual modules are unique to a single platform, and the overall cross-platform performance is still very good. It is not necessary to write multiple sets of codes to adapt to multiple platforms.
But this is not to say that there are no restrictions at all: first, the same version of the intermediate files .py and .pyc and .pyo are cross-platform; secondly, PCs and mobile terminals, such as mobile phones and pads, cannot be cross-platform; finally, they cannot be cross-platform. Processor architecture, such as: Intel and ARM, 64-bit and 32-bit.
Python operating environment:
operating system
Windows Linux MacOS can run
Get the installation package
Official download page http://www.python.org/download/
Installation package format under different operating systems
Linux/Unix:Source/release
Mac OS X:Mac OS X 64-bit/32-bit
Windows:zip/executable/web-based
Windows installation
Installation wizard-default mode next
Note: At the end of the installation, add the code of the python executable code interpreter to the path of the program search, so that you can directly execute the python command by opening a command line window.
Linux installation
Linux built-in python does not need to be installed)
But if you need a specific version of python, you can download the python source code compressed file from the official website
Mac OS X installation
Similarly built-in python
So far, this article on what system is good for self-learning python is introduced here. For more information about what system to use for learning python, please search for ZaLou.Cn's previous articles or continue to browse related articles below. Hope you will support ZaLou more in the future. Cn!
Recommended Posts