Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.39 KB

File metadata and controls

15 lines (12 loc) · 1.39 KB

Python语言的简洁与高效,使其变得如此流行,但是,很多人员对其的使用是仅作为脚本;其实不然,python中的多线程,并发与异步编程,可以使python完成复杂高效的功能。

本系列,将翻译国外的一些优秀文章,重点讨论python的一些难以掌握的话题:

标题 原文
GIL What is the Python Global Interpreter Lock (GIL)?
Python中的线程介绍 An Intro to Threading in Python
使用并发加速Python程序 Speed Up Your Python Program With Concurrency
Python中的Async IO: 完整介绍 Async IO in Python: A Complete Walkthrough
在Python 3.5中,async/await是如何工作的? How the heck does async/await work in Python 3.5?