£46.99

Manning Publications Python Concurrency with asyncio

Price data last checked 50 day(s) ago - refreshing...

View at Amazon

Price History & Forecast

Last 41 days • 41 data points (No recent data available)

Historical
Generating forecast...
£48.67 £45.91 £46.51 £47.11 £47.72 £48.32 £48.92 25 January 2026 04 February 2026 14 February 2026 24 February 2026 06 March 2026

Price Distribution

Price distribution over 41 days • 3 price levels

Days at Price
Current Price
6 days 30 days · current 5 days 0 8 15 23 30 £46 £47 £49 Days at Price

Price Analysis

Most common price: £47 (30 days, 73.2%)

Price range: £46 - £49

Price levels: 3 different prices over 41 days

Description

"This is one of the best technical books I've ever read. The writing is so good, and it covers an incredible amount of knowledge. Hands down, this is the best reference material on using asyncio anywhere." - Kent R. Spillner Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library. Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading. about the technology The time demands of running code synchronously quickly overload standard Python and slow your programs to a crawl. Python's Asynchronous I/O library asyncio was built to solve these performance problems by making it easy to divide and schedule computational tasks so they can be run independently. asyncio concurrently handles multiple operations without a drop in throughput or responsiveness, making your apps lightning fast and easier to scale. about the book Python Concurrency with asyncio teaches you to write concurrent Python code that will boost the speed of your apps and APIs. The book demystifies asynchio's unique single-threaded concurrency model, giving you a behind-the-scenes understanding of the library and its new async/await syntax. Hard-to-grok concurrency topics are broken down into simple flowcharts so you can easily see how your coroutines and tasks are running. You'll learn to apply asyncio to solve common performance problems, such as batch database jobs, slow web servers, and scaling microservices. All examples you'll build are designed to be usable in the real world, including a clever command line SQL client that can run multiple slow queries at the same time. By the time you're done, you'll even be able to combine asyncio with traditional multiprocessing and multithreading techniques for huge improvements to performance. what's inside Use coroutines and tasks alongside async/await syntax to run code concurrently Build web APIs and make concurrency web requests with aiohttp Run thousands of SQL queries concurrently Create a map-reduce job that can process gigabytes of data concurrently Use threading with asyncio to mix blocking code with asyncio code about the reader For intermediate Python programmers. No previous experience of concurrency required. about the author Matthew Fowler has over 15 years of software engineering experience in roles from architect to engineering director. He has worked on Python codebases in the machine learning space, as well as led development of a Python-based ecommerce site with tens of millions of users.

Key Features

Python concurrency with Asyncio

ABIS BOOK

Language:English

Product Specifications

Format
paperback
Domain
Amazon UK
Release Date
15 March 2022
Listed Since
28 March 2021

Barcode

No barcode data available

Similar Products You Might Like

C# Concurrency: Asynchronous and Multithreaded Programming
94% match

C# Concurrency: Asynchronous and Multithreaded Programming

Manning

£41.53 27 Jan 2026
Advanced Python Development: Using Powerful Language Features in Real-World Applications
93% match

Advanced Python Development: Using Powerful Language Features in Real-World Applications

Apress

£38.25 28 Feb 2026
Pro Asynchronous Programming with .NET
92% match

Pro Asynchronous Programming with .NET

Apress

£67.18 29 Jan 2026
Modern Concurrency in Swift (Second Edition): Introducing Async/Await, Task Groups & Actors
92% match

Modern Concurrency in Swift (Second Edition): Introducing Async/Await, Task Groups & Actors

Arena

£44.42 19 Apr 2026
Parallel Programming And Concurrency C# 13 and .Net 9: Definitive Guide
92% match

Parallel Programming And Concurrency C# 13 and .Net 9: Definitive Guide

£41.87 19 Feb 2026
The Art of Java Concurrency: A Deep Dive into the Executor Framework
92% match

The Art of Java Concurrency: A Deep Dive into the Executor Framework

£44.06 07 Mar 2026
Concurrency by Tutorials (Third Edition): Multithreading in Swift With GCD & Operations
92% match

Concurrency by Tutorials (Third Edition): Multithreading in Swift With GCD & Operations

£47.25 24 Feb 2026
Delphi Multithreading: Threads, Concurrency, Parallelism and Asynchronous Programming
92% match

Delphi Multithreading: Threads, Concurrency, Parallelism and Asynchronous Programming

£41.87 24 Feb 2026
Data Engineering with Advanced Python: Learn to Build Production Data applications using Modern Cloud Data tools (Data Engineering with Python cookbook series)
92% match

Data Engineering with Advanced Python: Learn to Build Production Data applications using Modern Cloud Data tools (Data Engineering with Python cookbook series)

£43.20 30 Jan 2026
Learn Concurrent Programming with Go
92% match

Learn Concurrent Programming with Go

£45.42 15 Dec 2025
Combine: Asynchronous Programming With Swift
92% match

Combine: Asynchronous Programming With Swift

£45.89 01 Mar 2026
Fast Python for Data Science: High Performance Techniques for Large Datasets
92% match

Fast Python for Data Science: High Performance Techniques for Large Datasets

Manning Publications

£34.80 08 Mar 2026
Mastering Concurrency Programming with Java 8
92% match

Mastering Concurrency Programming with Java 8

Packt Publishing

£45.99 01 Apr 2026
Python Object-Oriented Programming: Build robust and maintainable object-oriented Python applications and libraries
92% match

Python Object-Oriented Programming: Build robust and maintainable object-oriented Python applications and libraries

Packt Publishing

£41.64 26 Feb 2026
Python Programming: A Practical Approach
91% match

Python Programming: A Practical Approach

£145.00 10 Jan 2026
Python Programming: A Practical Approach
91% match

Python Programming: A Practical Approach

£52.26 09 Jan 2026
Programming the Raspberry Pi Pico/W in MicroPython, Third Edition
91% match

Programming the Raspberry Pi Pico/W in MicroPython, Third Edition

£40.47 22 Jan 2026
FastAPI: Modern Python Web Development
91% match

FastAPI: Modern Python Web Development

O'Reilly

£31.20 30 Jan 2026
Programming the Raspberry Pi Pico/W in MicroPython, Third Edition (Programmers library)
91% match

Programming the Raspberry Pi Pico/W in MicroPython, Third Edition (Programmers library)

£47.63 11 Jan 2026
Asynchronous Programming with SwiftUI and Combine: Functional Programming to Build UIs on Apple Platforms
91% match

Asynchronous Programming with SwiftUI and Combine: Functional Programming to Build UIs on Apple Platforms

Apress

£32.42 18 Mar 2026
Python Programming Blueprints: Build nine projects by leveraging powerful frameworks such as Flask, Nameko, and Django
91% match

Python Programming Blueprints: Build nine projects by leveraging powerful frameworks such as Flask, Nameko, and Django

Packt Publishing

£41.99 26 Feb 2026
Functional Python Programming: Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads
91% match

Functional Python Programming: Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads

Packt Publishing

£41.99 01 Mar 2026
Python 3 Object-oriented Programming: Building robust and maintainable software with object oriented design patterns in Python
91% match

Python 3 Object-oriented Programming: Building robust and maintainable software with object oriented design patterns in Python

Packt Publishing

£43.60 03 Feb 2026
Hands-On Software Engineering with Python: Move beyond basic programming and construct reliable and efficient software with complex code
91% match

Hands-On Software Engineering with Python: Move beyond basic programming and construct reliable and efficient software with complex code

Packt Publishing

£21.52 07 Mar 2026