
python, django version selection, python installation under linux
Article directory 1. Python version selection Comparison between Django version and Python version 2. python installation under linux ubuntu20.04 installation centos8 compilation and installation of Python 3.8.10 Compilation process Problems encountered in Prompt that the compilation was successful , some modules were not compiled properly The _ctypes module is missing Create a virtual environment 1. Python version selection Official download address:https://www.python.org/downloads/ First of all, Python2.x and Python3 .x options – These are the two big versions. Currently, version updates and technical support for Python 2.x have been officially stopped. The last version of Python2.x is Python2.7.18 released in 2020. Python 3.x is not a simple upgrade of Python 2.x. In order not to bring too much burden, Python 3.x was not designed with backward compatibility in mind. Therefore ,If it is not the maintenance of old code,our new code is recommended to use Python3.x. ok,The next step is Python3.x. How do we choose? Let’s look at the official python 3.8.14 description first Note:The version you are viewing Is Python 3.8.13 – It is a security bug fix version of the older 3.8 series. Python 3.10 is now the latest feature release series for Python 3. For example:According to the release…

python, django version selection, python installation under linux, installation of python under windows
Article Table of Contents 1. Python version selection Comparison between Django version and Python version 2. Python installation under Linux ubuntu20.04 installation **Linux Ubuntu 20.04 LTS One-click installation of Python3 different versions** centos8 compiles and installs Python 3.8.10 During the compilation process Problems encountered Prompt that compilation is successful ,Some modules are not compiled properly The _ctypes module is missing Create a virtual environment 3. Install python under windows Installing python 3.10 under windows 1. python version selection Official download address:https://www. python.org/downloads/ First of all, there are the choices of Python2.x and Python3.x. These are two major versions. Currently, version updates and technical support for Python 2.x have been officially stopped. The last version of Python2.x is Python2.7.18 released in 2020. Python 3.x is not a simple upgrade of Python 2.x. In order not to bring too much burden, Python 3.x was not designed with backward compatibility in mind. Therefore ,If it is not the maintenance of old code,our new code is recommended to use Python3.x. ok,The next step is Python3.x. How do we choose? Let’s look at the official python 3.8.14 description first Note:The version you are viewing Is Python 3.8.13 – It is a security bug fix version…