更新时间:2021-08-20 10:40:49
封面
版权页
Credits
Preface
Part 1. Module 1
Chapter 1. Introduction and First Steps – Take a Deep Breath
Chapter 2. Built-in Data Types
Chapter 3. Iterating and Making Decisions
Chapter 4. Functions the Building Blocks of Code
Chapter 5. Saving Time and Memory
Chapter 6. Advanced Concepts – OOP Decorators and Iterators
Chapter 7. Testing Profiling and Dealing with Exceptions
Chapter 8. The Edges – GUIs and Scripts
Chapter 9. Data Science
Chapter 10. Web Development Done Right
Chapter 11. Debugging and Troubleshooting
Chapter 12. Summing Up – A Complete Example
Part 2. Module 2
Chapter 1. Object-oriented Design
Chapter 2. Objects in Python
Chapter 3. When Objects Are Alike
Chapter 4. Expecting the Unexpected
Chapter 5. When to Use Object-oriented Programming
Chapter 6. Python Data Structures
Chapter 7. Python Object-oriented Shortcuts
Chapter 8. Strings and Serialization
Chapter 9. The Iterator Pattern
Chapter 10. Python Design Patterns I
Chapter 11. Python Design Patterns II
Chapter 12. Testing Object-oriented Programs
Chapter 13. Concurrency
Part 3. Module 3
Chapter 1. Getting Started – One Environment per Project
Chapter 2. Pythonic Syntax Common Pitfalls and Style Guide
Chapter 3. Containers and Collections – Storing Data the Right Way
Chapter 4. Functional Programming – Readability Versus Brevity
Chapter 5. Decorators – Enabling Code Reuse by Decorating
Chapter 6. Generators and Coroutines – Infinity One Step at a Time
Chapter 7. Async IO – Multithreading without Threads
Chapter 8. Metaclasses – Making Classes (Not Instances) Smarter
Chapter 9. Documentation – How to Use Sphinx and reStructuredText
Chapter 10. Testing and Logging – Preparing for Bugs
Chapter 11. Debugging – Solving the Bugs
Chapter 12. Performance – Tracking and Reducing Your Memory and CPU Usage
Chapter 13. Multiprocessing – When a Single CPU Core Is Not Enough
Chapter 14. Extensions in C/C++ System Calls and C/C++ Libraries
Chapter 15. Packaging – Creating Your Own Libraries or Applications
Appendix A. Bibliography
Index