Python 2 and 3 Compatibility With Six and Python-Future Libraries

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 wil...

Full description

Bibliographic Details
Main Author: Nanjekye, Joannah. author (author)
Format: eBook
Language:Inglés
Published: Berkeley, CA : Apress 2017.
Edition:1st ed. 2017.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630415806719
Table of Contents:
  • 1. Printing and BackTick repr
  • 2. Numbers
  • 3. Setting Metaclasses
  • 4. Strings and Bytes
  • 5. Package Imports
  • 6. Exceptions
  • 7. HTML Processing
  • 8. Working with Files
  • 9. Custom Behavior of Classes
  • 10. Collections and Iterators
  • 11. More Built-ins
  • 12. Standard Library Modules.