Hacker News new | ask | show | jobs
by tdbgamer 3197 days ago
Python has asynchronous coroutines (the async/await thing) so you don't really need to do callbacks as far as I know. I personally find that syntax much easier to follow than callbacks.