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

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Nanjekye, Joannah (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2017.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.