Home > Article > Backend Development > 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!