Hacker News new | ask | show | jobs
by RobertoG 2759 days ago
In Python 3 there is the ayncio module that is concurrent (logical execution is not sequential) but not parallel (only one thread). I found the distinction very useful when I started to look into it.