没有合适的资源?快使用搜索试试~ 我知道了~
intro to python concurrency by beazley.pdf
需积分: 9 3 下载量 62 浏览量
2019-07-13
11:13:26
上传
评论
收藏 432KB PDF 举报
温馨提示
David beazley 在pycon 上的presentation, David Beazley 在python领域具有全球号召力和影响力,他对concurrency asyncio 有深入理解和独到的看法,尽管这些看法与core developers 或者说Guido 有些不同。
资源推荐
资源详情
资源评论
Copyright (C) 2009, David Beazley, http://www.dabeaz.com
An Introduction to Python
Concurrency
David Beazley
http://www.dabeaz.com
Presented at USENIX Technical Conference
San Diego, June, 2009
1
Copyright (C) 2009, David Beazley, http://www.dabeaz.com
This Tutorial
2
•
Python : An interpreted high-level programming
language that has a lot of support for "systems
programming" and which integrates well with
existing software in other languages.
•
Concurrency : Doing more than one thing at a
time. Of particular interest to programmers
writing code for running on big iron, but also of
interest for users of multicore PCs. Usually a
bad idea--except when it's not.
Copyright (C) 2009, David Beazley, http://www.dabeaz.com
Support Files
3
•
Code samples and support files for this class
http://www.dabeaz.com/usenix2009/concurrent/
•
Please go there and follow along
Copyright (C) 2009, David Beazley, http://www.dabeaz.com
An Overview
4
•
We're going to explore the state of concurrent
programming idioms being used in Python
•
A look at tradeoffs and limitations
•
Hopefully provide some clarity
•
A tour of various parts of the standard library
•
Goal is to go beyond the user manual and tie
everything together into a "bigger picture."
Copyright (C) 2009, David Beazley, http://www.dabeaz.com
Disclaimers
5
•
The primary focus is on Python
•
This is not a tutorial on how to write
concurrent programs or parallel algorithms
•
No mathematical proofs involving "dining
philosophers" or anything like that
•
I will assume that you have had some prior
exposure to topics such as threads, message
passing, network programming, etc.
剩余167页未读,继续阅读
资源评论
dannz
- 粉丝: 0
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功