- Mastering Concurrency in Python
- Quan Nguyen
- 195字
- 2021-06-10 19:23:53
Advanced Introduction to Concurrent and Parallel Programming
This first chapter of Mastering Concurrency in Python will provide an overview of what concurrent programming is (in contrast to sequential programming). We will briefly discuss the differences between a program that can be made concurrent and one that cannot. We will go over the history of concurrent engineering and programming, and we will provide a number of examples of how concurrent programming is used in the present day. Finally, we will give a brief introduction to the approach that will be taken in this book, including an outline of the chapter structure and detailed instructions for how to download the code and create a working Python environment.
The following topics will be covered in this chapter:
- The concept of concurrency
- Why some programs cannot be made concurrent, and how to differentiate them from programs that can
- The history of concurrency in computer science: how it is used in the industry today, and what can be expected in the future
- The specific topics that will be covered in each section/chapter of the book
- How to set up a Python environment, and how to check out/download code from GitHub
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- 企業級Java EE架構設計精深實踐
- 區塊鏈架構與實現:Cosmos詳解
- SQL Server 2012數據庫管理與開發項目教程
- FFmpeg入門詳解:音視頻原理及應用
- 零基礎入門學習Python
- 碼上行動:用ChatGPT學會Python編程
- Unity 2D Game Development Cookbook
- Python算法詳解
- Scala編程實戰
- ASP.NET求職寶典
- 數據科學中的實用統計學(第2版)
- JavaWeb從入門到精通(視頻實戰版)
- Magento 2 Developer's Guide
- Mastering Magento Theme Design