As somebody that has written couple of services with Twisted in the late '00s, I feel asyncio a breath of fresh air. This not means that it's perfect, but it's a lot more usable than Twisted.
I know that it's not possible, but I would like to have in Python something similar to goroutines, waitgroups and channels that Go has.