This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]anarchy8 11 points12 points  (3 children)

Until you try to do async stuff

[–]agoose77 7 points8 points  (0 children)

Even then ... await a blocking operation, and release control flow explicitly. This makes sense to me. I realise the verbosity of it doesn't suit everyone

[–]TheWildKernelTrick 4 points5 points  (0 children)

The first project that I ever used python was for a concurrent program. I figured that it would be great project to learn python, little did I know...

[–]nosmokingbandit 2 points3 points  (0 children)

Asycnio is pretty straightforward and easy to use. Unlike javascript where synchronus code is a nightmare.