Hacker News new | ask | show | jobs
by UltraSane 574 days ago
I found learning async Python to be very painful for months until I gained an intuitive mental model of the async code flow and then it all just started to "click" for me. I just think of async as parallelized waiting.