最新消息:请大家多多支持

Concurrent and Parallel Programming in Python

其他教程 dsgsd 218浏览 0评论

MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 28 lectures (6h 7m) | Size: 2.08 GB

Speed up your programs with concurrency


What you’ll learn:
How to use concurrency and parallelism in Python
How to write multi-threaded programs
How to write multi-process programs
How to write asynchronous programs

Requirements
Basic familiarity with Python

Description
In this course you’ll learn how to create multi-threaded, asynchronous, and multi-process programs in Python, so that you can make your programs run even faster.

In applications communicating with other resources, a lot of time is spent just waiting for information to be passed from one place to another. You’ll learn how to use multi-threading as well as asynchronous programming to speed up programs that are heavily bottlenecked by IO operations.

We’ll go through an introduction first of where potential speed bottlenecks come from as well as how we could solve these issues, and then we’ll dive directly into the technical content and build out a multi-threaded program together that grabs data from the internet, parses, and saves it into a local database.

Other programs may be more heavily affected by CPU limitations. We’ll also learn how to implement multiprocessing in Python, the library that lets us use multiple CPUs in our Python code. With this we’ll be able to spread our workload over all the cores available on the machine we’re using.

Finally, we’ll also look to combine both elements, taking a look at how we can use multiprocessing together with asynchronous programming to get the most benefit for yourself, maximizing your use of CPU resources and minimizing time spent siting idle waiting for IO response.

You can find the lecture code in the GitHub repository linked in the first lesson.

Who this course is for
Python developers that want to make their programs faster by adding concurrency


Password/解压密码www.tbtos.com

Download rapidgator
https://rapidgator.net/file/e239a52a101e7b9f18a0c34a9c751cd0/0907_43.z01.html
https://rapidgator.net/file/f98367441307eba46448460c7d11b1da/0907_43.z02.html
https://rapidgator.net/file/b27c112ba0c98552a2018fefb9057512/0907_43.zip.html

Download nitroflare
https://nitro.download/view/FB7119B1CEEA579/0907_43.z01
https://nitro.download/view/9C04B795C581DA3/0907_43.z02
https://nitro.download/view/D12241B3C2A90E3/0907_43.zip

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » Concurrent and Parallel Programming in Python

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址