Loading…

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

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Nanjekye, Joannah (Author)
Format: Electronic eBook
Language:Inglés
Published: [United States] : Apress, 2017.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
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.