When and how to use the python "async" feature properly? -written by @guilatrova
Async only makes sense if you're doing IO
ZERO benefit in using async to stuff like CPU intensive work
Read more about it here
https://guicommits.com/effective-python-async-like-a-pro/
#async #Python #python3 #programming
#PythonProgrammer #pythonlessons #pythontutorial #pythontips