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

Descripción completa

Detalles Bibliográficos
Autor principal: Nanjekye, Joannah. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2017.
Edición:1st ed. 2017.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630415806719
Tabla de Contenidos:
  • 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.