Python 2 and 3 Compatibility

by Joannah Nanjekye

★★★★☆
4.4 (569)

US$12.50

15% OFF CODE: SAVE15

Description

Discover clean ways to write code that will run on both Python 2 and 3.This book is tutorial-oriented with detailed examples of how to convert existing Python 2-compatible code to code that will run reliably on both Python 2 and 3. Although Python 3 is considered the future of Python, Python 2.x will be maintained for several more years, alongside Python 3, which is not backwards compatible. For those who need to support both versions, this book guides you through the process. Python 2 and 3 Com