Threads in Python: Speed Up Python With Concurrency

preview_player
Показать описание
Concurrency is the act of having your computer do multiple things at the same time. This video shows the difference of adding multiple threads to code that is performing multiple requests, compared to a synchronous version.

Рекомендации по теме
Комментарии
Автор

One of the best videos on YouTube on this topic.

suhridmathur
Автор

Thank you this tutorial if very well done

zacklytle
Автор

Hello. What is the URL of the concurrency video referenced at the beginning of this video? Thank you.

nyceyes
Автор

So, it gets faster as much as Cython does?

SkyFly