Am working with a team of folks at work to port a set of modules from Python 2 to Python 3.
One of our major aids to this process is this book “Supporting Python 3” by Lennart Regebro.
Another useful resource is here: https://docs.python.org/3/howto/pyporting.html from the Official Python Documentation.