PyCon Pittsburgh. April 15-23, 2020.

Talk: Moving big projects to Python 3

Presented by:

Lennart Regebro

Description

Python 2 is no longer maintained. But you have a monster code base with clever tricks and libraries that don’t support Python 2, and your data may be stored in a format that is hard to move Python 3. And that’s the easy bit.

This talk focuses on the process of moving, not the code changes. Because it’s the process that is the hard part. How do you get your code in a state where it’s ready to move? How do you get the whole team on the boat to Python 3?