- 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.
- C語言程序設計教程
- Flutter開發實戰詳解
- Objective-C Memory Management Essentials
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Web交互界面設計與制作(微課版)
- C語言最佳實踐
- PHP+MySQL網站開發項目式教程
- Python機器學習算法與實戰
- 程序員修煉之道:通向務實的最高境界(第2版)
- Hands-On Automation Testing with Java for Beginners
- OpenGL Data Visualization Cookbook
- Building Dynamics CRM 2015 Dashboards with Power BI
- Clojure Polymorphism
- 視窗軟件設計和開發自動化:可視化D++語言