The Hitchhiker's Guide to Python: Best Practices for Development
Год издания: 2016
Автор: Reitz K., Schlusser T
Издательство: O'Reilly Media
ISBN: 978-1-491-93317-6
Язык: Английский
Формат: PDF
Качество: Издательский макет или текст (eBook)
Интерактивное оглавление: Да
Количество страниц: 322
Описание: The Hitchhiker's Guide to Python takes the journeyman Pythonista to true expertise. More than any other language, Python was created with the philosophy of simplicity and parsimony. Now 25 years old, Python has become the primary or secondary language (after SQL) for many business users. With popularity comes diversity—and possibly dilution.
This guide, collaboratively written by over a hundred members of the Python community, describes best practices currently used by package and application developers. Unlike other books for this audience, The Hitchhiker’s Guide is light on reusable code and heavier on design philosophy, directing the reader to excellent sources that already exist.
Оглавление
1. Picking an Interpreter
2. Properly Installing Python
3. Your Development Environment
4. Writing Great Code
5. Reading Great Code
6. Shipping Great Code
7. User Interaction
8. Code Management and Improvement
9. Software Interfaces
10. Data Manipulation
11. Data Persistence
A. Additional Notes
Index