Contribute Media
A thank you to everyone who makes this possible: Read More

How to make your code Python 2/3 compatible

Description

You know Python 3 is an improvement over Python 2 and you want to use it. Unfortunately you have legacy Python 2 source code that needs to stay compatible. But don't fret! This talk will show you that you can make your code be Python 2/3 source-compatible using various tools to pick up the nitty-gritty work and help modernize your Python code to newer Python 2 practices.

Details

Improve this page