Async in Python vs JavaScript: What Changes When You Switch
Switching from JavaScript to Python, it's easy to assume the two languages are basically the same with different syntax. Both are dynamically typed, both treat functions as first-class objects, both support OOP. The syntax differs but feels familiar. Lately I've been doing more Python, so I started paying attention to the small differences. Today I want to look at how async handling actually differs.