Migrating to Python 3
You can seamlessly migrate to Python 3 while still adding new features to your existing codebase. By utilizing directives to the Python virtual machine and user space implementations, you can manage complexity effectively. This approach allows for a cleaner transition, ultimately leading to a codebase that is fully compatible with Python 3, simplifying the cleanup process at the end.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 517: Jordan Adler on Code Generators
Related Questions