With Six and Python-Future Libraries
Buch, Englisch, 129 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 3206 g
ISBN: 978-1-4842-2954-5
Verlag: Apress
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 will be maintained for several more years, alongside Python 3, which is not backwards compatible. For those who need to support both versions, this book guides you through the process.
What You'll Learn
- Understand the syntactical differences between Python 2 and 3
- Use the Six and Future libraries
- Review the new features in Python 3
- Choose which Python versions to support when doing neutral support
- Decide on whether to port or provide support for both versions
Who This Book Is For
Professional Python developers and enthusiasts that want to implement Python 3 support for their existing Python 2 compatible code.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
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.