Video description
- Take advantage of multi threading (concurrency) using the threading module
- Implement multi processing (parallelism) using the multiprocessing module
- Understand inter-process communication and data sharing using locks, queues, semaphores, barriers, events, and timers
- Test and debug asynchronous Python code
- Understand thread and process pools using concurrent.futures
Product information
- Title: Asynchronous Programming with Python: Write, Test, and Debug Robust Asynchronous Code
- Author(s):
- Release date: January 2021
- Publisher(s): Apress
- ISBN: 9781484265826
You might also like
video
High-Performance Computing with Python 3.x
Python is a versatile programming language. Many industries are now using Python for high-performance computing projects. …
video
Benchmarking, Profiling, and Optimizing Your Python Code: Easily Identify Bottlenecks and Efficiently Speed Up Your Python Code
Some programmers don’t use Python because they think it is too slow. Yet writing fast-enough programs …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
video
Asynchronous Python Programming with Asyncio and Async/await: Learn to Write Robust and Modern Asynchronous Code
Asynchronous Python Programming using asyncio and async/await lets you write code that runs many processes concurrently. …