Which version of python3 is stable?

hzc
Release: 2020-06-17 15:37:25
Original
7334 people have browsed it

Which version of python3 is stable?

Which version of python3 is stable?

3.4 in python3 is relatively stable

Basically all support 3.3, but many do not support 3.2.

For 3.5, due to the use of vs2015 compilation on Windows, the runtime library has changed too much, and MinGW cannot compile the corresponding binary extension. Therefore, many binary packages have poor support for 3.5.

There is another reason, 3.4 is the last official python3 version that supports WinXP.

python35 has undergone major changes, and many new features introduced are not supported by many IDEs

Therefore, due to the cross-platform features of Python, python3.4 is the most compatible. Debian Jessie's default Python 3 is this version.

Recommended tutorial: "Python Tutorial"

The above is the detailed content of Which version of python3 is stable?. 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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template