Sync vs. Async Python: What Is the Difference?

Have you heard people say that async Python code is faster than “normal” (or sync) Python code? How can that be? In this article I’m going to try to explain what async is and how it differs from… Read more

Similar

Create an Excellent Python Dev Env

There are a huge number of Python dev tools around, a number of them are essential for my day to day development. However, they tend to suffer from a lack of discoverability and it takes a while to find what works for you.

Read more »