With many of us around the globe under shelter in place due to COVID-19
video calls have become a lot more common. In particular, ZOOM has
controversially become very popular. Arguably Zoom’s most interesting feature
is the “Virtual Background” support wh... (more…)
Read more »
A common situation in asyncio Python programs is asynchronous
initialization. Some resource must be initialized exactly once before it
can be used, but the initialization itself is asynchronous — such as an
asyncpg database. Let’s talk about a couple of s... (more…)
Read more »
Talk Python To Me is a podcast for developers who are passionate about Python. Learn about the language and related technologies. (more…)
Read more »
Python is an amazing language for data science and machine learning and has a lot of great community driven Open Source libraries and… (more…)
Read more »
Confused by Python's generators, coroutines, and "yield from" syntax? You're not alone! Learn what they mean, how they work, and how you might use them. (more…)
Read more »