Concurrency In Python 简明教程
Concurrency in Python Tutorial
并发,自然现象,是指两个或更多事件同时发生。对于专业人士而言,创建并发应用程序并且充分利用计算机硬件是一项充满挑战性的任务。
Concurrency, natural phenomena, is the happening of two or more events at the same time. It is a challenging task for the professionals to create concurrent applications and get the most out of computer hardware.
Audience
本教程对毕业生、研究生和研究型学生有用,他们要么对此科目感兴趣,要么将其作为其课程的一部分。读者可以是初学者或高级学习者。
This tutorial will be useful for graduates, postgraduates, and research students who either have an interest in this subject or have this subject as a part of their curriculum. The reader can be a beginner or an advanced learner.
Prerequisites
读者必须对操作系统中的并发、多进程、线程、进程等概念有基本的了解。他/她还应该了解操作系统中使用的基本术语以及 Python 编程概念。
The reader must have basic knowledge about concepts such as Concurrency, Multiprocessing, Threads, and Process etc. of Operating System. He/she should also be aware about basic terminologies used in OS along with Python programming concepts.