- 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
推薦閱讀
- GitLab Cookbook
- Java 開發從入門到精通(第2版)
- Instant 960 Grid System
- 數據結構(C語言)
- Windows Forensics Cookbook
- Big Data Analytics
- 軟件測試綜合技術
- Hands-On JavaScript for Python Developers
- SQL Server 2008中文版項目教程(第3版)
- Mastering Concurrency in Python
- Java程序設計實用教程(第2版)
- Getting Started with hapi.js
- Java Web動態網站開發(第2版·微課版)
- Backbone.js Patterns and Best Practices
- R語言與網站分析