Skip to Content
Advanced Python Development: Using Powerful Language Features in Real-World Applications
book

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

by Matthew Wilkes
July 2020
Intermediate to advanced
620 pages
13h 42m
English
Apress
Content preview from Advanced Python Development: Using Powerful Language Features in Real-World Applications
© Matthew Wilkes 2020
M. WilkesAdvanced Python Developmenthttps://doi.org/10.1007/978-1-4842-5793-7_8

8. Advanced asyncio

Matthew Wilkes1 
(1)
Leeds, West Yorkshire, UK
 

Now that we’ve decided that asyncio is an appropriate technology to use for our aggregation process, we need to ensure that the code we’re working from is production-quality. So far we’ve omitted any tests in the apd.aggregation codebase; it’s time to address that problem, as well as the problem of the blocking database integration that we mentioned in passing in the previous chapter.

Testing async code

We can use the existing tools we’ve been using to test our async code, but we need to make some minor adjustments to set up the async environment. One way to do this would be to modify ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Python 3 Programming Techniques

Advanced Python 3 Programming Techniques

Mark Summerfield
Intuitive Python

Intuitive Python

David Muller

Publisher Resources

ISBN: 9781484257937Purchase LinkPublisher Website