Monday, February 22, 2021

Talk Python to Me: #304 asyncio all the things with Omnilib

The relatively recent introduction of async and await as keywords in Python have spawned a whole area of high performance, highly scalable frameworks and supporting libraries. One such library that has great async building blocks is Omnilib. <br/> <br/> On this episode, you'll meet John Reese. John is the creator of Omnilib, which includes packages such as aioitertools, aiomultiprocess, and aiosqlite. Join us as we async all the things.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Omnilib libraries and project</b>: <a href="https://omnilib.dev/" target="_blank" rel="noopener">omnilib.dev</a><br/> <b>awesome-asyncio</b>: <a href="https://ift.tt/2f7yNuv" target="_blank" rel="noopener">github.com</a><br/> <b>unsync</b>: <a href="https://ift.tt/2Mbjp35" target="_blank" rel="noopener">asherman.io</a><br/> <br/> <b>Live Youtube Stream</b>: <a href="https://www.youtube.com/watch?v=z1CrWUoxmv4" target="_blank" rel="noopener">youtube.com</a><br/> <br/> <b>Charities</b><br/> <b>Power On</b>: <a href="https://poweronlgbt.org" target="_blank" rel="noopener">poweronlgbt.org</a><br/> <b>The Trevor Project</b>: <a href="https://ift.tt/2yRImZb" target="_blank" rel="noopener">thetrevorproject.org</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...