The python2 will retire in less than two months. We should start thinking of migrating our code to python3. I have created a branch python3-migration for the task. The command "2to3 --output-dir=python3-version/mycode -W -n python2-version/mycode" can be used to convert the code.