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 normal Python code.
Source: Sync vs. Async Python: What is the Difference?, an article by Miguel Grinberg.