Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20

Using Asyncio in Python

Paperback Engels 2020 1e druk 9781492075332
Verwachte levertijd ongeveer 16 werkdagen

Samenvatting

If you’re among the Python developers put off by asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework and end-user developers. The features you need to consider are a small subset of the whole asyncio API, but picking out the right features is the tricky part. That’s where this practical book comes in.

Veteran Python developer Caleb Hattingh helps you gain a basic understanding of asyncio’s building blocks—enough to get started writing simple event-based programs. You’ll learn why asyncio offers a safer alternative to preemptive multitasking (threading) and how this API provides a simpleway to support thousands of simultaneous socket connections.

- Get a critical comparison of asyncio and threading for concurrent network programming
- Take an asyncio walk-through, including a quickstart guidefor hitting the ground looping with event-based programming
- Learn the difference between asyncio features for end-user developers and those for framework developers
- Understand asyncio’s new async/await language syntax, including coroutines and task and future APIs
- Get detailed case studies (with code) of some popular asyncio-compatible third-party libraries

Specificaties

ISBN13:9781492075332
Taal:Engels
Bindwijze:paperback
Aantal pagina's:150
Uitgever:O'Reilly
Druk:1
Verschijningsdatum:18-2-2020
Hoofdrubriek:IT-management / ICT

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Over Caleb Hattingh

Caleb is passionate about coding and has been programming for over 15 years, specialising in Python. He holds a Masters degree in Chemical Engineering and consequently has written a great deal of scientific software within chemical engineering, from dynamic chemical reactor models all the way through to data analysis. He is very experienced with the Python scientific software stack, CRM , financial software development in the hotels and hospitality industry, front-end web experience using HTML, Sass, Javascript (loves RactiveJS) and back-end experience with Django and web2py. Caleb is a regular speaker at PyCon AU and is actively engaged in the community as a CoderDojo Mentor, Software Carpentry helper, Govhacker, Djangogirls helper, and even Railsgirls helper. Caleb is the founder of Codermoji, and posts infrequent idle rants and half-baked ideas to his blog at pythonomicon.com.

Andere boeken door Caleb Hattingh

Inhoudsopgave

Preface
Conventions Used in This Book
O’Reilly Online Learning
How to Contact Us
Acknowledgments

1. Introducing Asyncio
The Restaurant of ThreadBots
Epilogue
What Problem Is Asyncio Trying to Solve?

2. The Truth About Threads
Benefits of Threading
Drawbacks of Threading
Case Study: Robots and Cutlery

3. Asyncio Walk-Through
Quickstart
The Tower of Asyncio
Coroutines
The New async def Keywords
The New await Keyword
Event Loop
Tasks and Futures
Create a Task? Ensure a Future? Make Up Your Mind!
Async Context Managers: async with
The contextlib Way
Async Iterators: async for
Simpler Code with Async Generators
Async Comprehensions
Starting Up and Shutting Down (Gracefully!)
What Is the return_exceptions=True for in gather()?
Signals
Waiting for the Executor During Shutdown

4. 20 Asyncio Libraries You Aren’t Using (But…Oh, Never Mind)
Streams (Standard Library)
Case Study: A Message Queue
Case Study: Improving the Message Queue
Twisted
The Janus Queue
aiohttp
Case Study: Hello World
Case Study: Scraping the News
ØMQ (ZeroMQ)
Case Study: Multiple Sockets
Case Study: Application Performance Monitoring
asyncpg and Sanic
Case Study: Cache Invalidation
Other Libraries and Resources
5. Concluding Thoughts

A. A Short History of Async Support in Python
In the Beginning, There Was asyncore
The Path to Native Coroutines

B. Supplementary Material
Cutlery Example Using Asyncio
Supplementary Material for News Website Scraper
Supplementary Material for the ZeroMQ Case Study
Database Trigger Handling for the asyncpg Case Study
Supplementary Material for the Sanic Example: aelapsed and aprofiler

Index

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Using Asyncio in Python