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

Async Techniques and Examples in Python

教程/Tutorials dsgsd 166浏览 0评论




—– TalkPython Video Training —–
Duration: 5h | Video: h264, 1280×720 | Audio: AAC, 44kHz, 2 Ch | 1.8 GB
$69 | Genre: eLearning | Language: English

Python’s async and parallel programming support is highly underrated. In this course, you will learn the entire spectrum of Python’s parallel APIs. We will start with covering the new and powerful async and await keywords along with the underpinning module: asyncio. Then we’ll move on to Python’s threads for parallelizing older operations and multiprocessing for CPU bound operations. We’ll close out the course with a host of additional async topics such as async Flask, task coordination, thread safety, and C-based parallelism with Cython.

Source code and course GitHub repository
github.com/talkpython/async-techniques-python-course

What’s this course about and how is it different?
This is *the* definitive course on parallel programming in Python. It covers the tried and true foundational concepts such as threads and multiprocessing as well as the most modern async features based on Python 3.7+ with async and await.

In addition to the core concepts and APIs for concurrent programming, you will learn best practices and how to choose between the various APIs as well as how to use them together for the biggest advantage.

In this course, you will:

See how concurrency allows improved performance and scalability
Build async-capable code with the new async and await keywords
Add asynchrony to your app without additional threads or processes
Work with multiple threads to run I/O bound work in Python
Use locks and thread safety mechanisms to protect shared data
Recognize a dead-lock and see how to prevent them in Python threads
Take full advantage of multicore CPUs with multiprocessing
Unify the thread and process APIs with execution pools
Add massive speedups with Cython and Python threads
Create async view methods in Flask web apps
And lots more
View the full course outline

Who is this course for?

Anyone who would like to write Python code that does more, scales better, and takes better advantage of modern, multicore CPUs. Whether you’re a web developer or data scientists, you will find a host of techniques to do more faster.

The course is not a beginner Python course, so students with little to no Python language experience should take a foundational course first. We recommend our Python Jumpstart by Building 10 Apps as a prerequisite if needed.

Concepts backed by concise visuals
While exploring a topic interactively with demos and live code is very engaging, it can mean losing the forest for the trees. That’s why when we hit a new topic, we stop and discuss it with concise and clear visuals.

Here’s an example of introducing the concept of temporarily invalid states in thread safety.

Password/解压密码-0daydown

Download rapidgator
https://rg.to/file/2920941432b8851ebd975ebc5ed7c839/AsyncTechniquesandExamplesinPython.part1.rar.html
https://rg.to/file/b1a2bc747226ec3d0200204de3e367c6/AsyncTechniquesandExamplesinPython.part2.rar.html
https://rg.to/file/f85a050c577a8d143b66a036d62c0f70/AsyncTechniquesandExamplesinPython.part3.rar.html

Download nitroflare
http://nitroflare.com/view/C050EA464A0621A/AsyncTechniquesandExamplesinPython.part1.rar
http://nitroflare.com/view/23AAC12EEE47AEA/AsyncTechniquesandExamplesinPython.part2.rar
http://nitroflare.com/view/B704E712EB08EE0/AsyncTechniquesandExamplesinPython.part3.rar

Download 百度云

你是VIP 1个月(1 month)赞助会员,

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

转载请注明:0daytown » Async Techniques and Examples in Python

您必须 登录 才能发表评论!