- Mastering Concurrency in Python
- Quan Nguyen
- 159字
- 2021-06-10 19:23:51
Preface
Concurrency can be notoriously difficult to get right, but fortunately, the Python programming language makes working with concurrency tractable and easy. This book shows how Python can be used to program high-performance, robust, concurrent programs with its unique form of programming.
Designed for any curious developer with an interest in building fast, non-blocking, and resource-thrifty systems applications, this book will cover the best practices and patterns to help you incorporate concurrency into your systems. Additionally, emerging topics in Python concurrent programming will be discussed, including the new AsyncIO syntax, the widely accepted view that "locks don't lock anything," the use of atomic message queues, concurrent application architecture, and best practices.
We will tackle complex concurrency concepts and models via hands-on and engaging code examples. Having read this book, you will have gained a deep understanding of the principal components in the Python concurrency ecosystem, as well as a practical appreciation of different approaches to a real-life concurrency problem.
- CockroachDB權威指南
- Raspberry Pi Networking Cookbook(Second Edition)
- Python Deep Learning
- Python從入門到精通(精粹版)
- Network Automation Cookbook
- Mastering Unity Shaders and Effects
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 面向對象程序設計(Java版)
- Troubleshooting PostgreSQL
- 利用Python進行數據分析(原書第3版)
- Oracle 18c 必須掌握的新特性:管理與實戰
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Python計算機視覺和自然語言處理
- Arduino Wearable Projects
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理