Python 2 and 3 Compatibility
Joannah Nanjekye
Broschiertes Buch

Python 2 and 3 Compatibility

With Six and Python-Future Libraries

Versandfertig in 6-10 Tagen
21,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
11 °P sammeln!
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 Compatibility explains the syntactical differences between Python 2 and 3, and how to use Python packages...