Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Nanjekye, Joannah (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2017.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
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.