Bookshock Ask Tez ✨
Python Concurrency with Asyncio cover

Python Concurrency with Asyncio

by Matthew Fowler

Lowest price on Bookshock
$74.25
1 offer
In stock

Ask Tez about this book →

This title is temporarily out of stock. Email support@bookshock.ai or call (972) 638-0790 and we'll let you know when it's back.
Free US shipping
30-day free returns
Stripe-secured checkout

All offers (1)

PriceConditionSeller
$74.25Best price New Basi6 International LLC

Stock and pricing refresh on page load. Tez can also compare prices on Amazon, AbeBooks, and ThriftBooks if you ask.

About this book

<b>Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.</b><br><br> Use coroutines and tasks alongside async/await syntax to run code concurrently<br> Build web APIs and make concurrency web requests with aiohttp<br> Run thousands of SQL queries concurrently<br> Create a map-reduce job that can process gigabytes of data concurrently<br> Use threading with asyncio to mix blocking code with asyncio code<br> <br> Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. <i>Python Concurrency with asyncio</i> 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.<br> <br>Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.<br> <br> About the technology<br> It’s easy to overload standard Python and watch your programs slow to a crawl. Th e asyncio library was built to solve these problems by making it easy to divide and schedule tasks. It seamlessly handles multiple operations concurrently, leading to apps that are lightning fast and scalable.<br> <br> About the book<br> <i>Python Concurrency with asyncio</i> introduces asynchronous, parallel, and concurrent programming through hands-on Python examples. Hard-to-grok concurrency topics are broken down into simple flowcharts that make it easy to see how your tasks are running. You’ll learn how to overcome the limitations of Python using asyncio to speed up slow web servers and microservices. You’ll even combine asyncio with traditional multiprocessing techniques for huge improvements to performance.<br> <br> What's inside<br> <br> Build web APIs and make concurrency web requests with aiohttp<br> Run thousands of SQL queries concurrently<br> Create a map-reduce job that can process gigabytes of data concurrently<br> Use threading with asyncio to mix blocking code with asyncio code<br> <br>About the reader<br> For intermediate Python programmers. No previous experience of concurrency required.<br> <br> About the author<br> <b>Matthew Fowler</b> has over 15 years of software engineering experience in roles from architect to engineering director.<br> <br>Table of Contents<br> 1 Getting to know asyncio<br> 2 asyncio basics<br> 3 A first asyncio application<br> 4 Concurrent web requests<br> 5 Non-blocking database drivers<br> 6 Handling CPU-bound work<br> 7 Handling blocking work with threads<br> 8 Streams<br> 9 Web applications<br> 10 Microservices<br> 11 Synchronization<br> 12 Asynchronous queues<br> 13 Managing subprocesses<br> 14 Advanced asyncio

Details

Format
Paperback
Pages
376
Publisher
Simon and Schuster
Language
EN
ISBN-13
9781617298660
ISBN-10
1617298662

Categories

Computers, Programming, Software Development & Engineering, Languages