- 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.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Mastering Entity Framework Core 2.0
- Redis Applied Design Patterns
- Building a RESTful Web Service with Spring
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Mastering Unity Shaders and Effects
- Rust Essentials(Second Edition)
- Expert Data Visualization
- Getting Started with Gulp
- Mastering Embedded Linux Programming
- WCF技術剖析(卷1)
- PostgreSQL 12 High Availability Cookbook
- 微信小程序開發邊做邊學(微課視頻版)
- Raspberry Pi Robotic Projects
- Azure for Architects