Making multiple HTTP requests using Python (synchronous, multiprocessing, multithreading, asyncio)

preview_player
Показать описание
In this video, we try to explore various ways using which we can execute multiple HTTP requests using Python. We try synchronous and asynchronous techniques and find out which one works best.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

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

This is the most informative video I have seen on these features/modules. Kudos

praisedavid
Автор

Incredible video sir with clarity in presentation and in depth knowledge. Thanks for sharing your knowledge. Looking forward for more such real time example videos.

learnerb
Автор

Excellent explanation, Thanks for sharing! 👍🏼

eduardogil
Автор

Ur too good youthful & motivating voice. Above all ur python concepts are up to the mark.

zameerahmed
Автор

Awesome.... keep making stuff like that.

mashoodurrehman
Автор

thank you for this well designed video, very informative.

kiyotaka
Автор

Incredible video, thank you! Im trying to find ways to turn three scripts that run a AI art generating bot into one and I think some of your examples is really going to help.

bufmouse
Автор

Thank you for this video. Nice explanation.

AdityaShinde-criv
Автор

would be better if u put bookmarks to the video parts

shokhrukhabduahadov
Автор

you are awesome, well explained... appreciate it. keep it up

SurendraTarai
Автор

Thanks for your wonderful video bro, It's raising AssertionError at timer

krishjodu
Автор

Very informative video, nice work bro

chaarlog
Автор

You explain pretty well sir.... Learning Python from you is such a honour for me.

dqhdjfqh
Автор

Awesome video! Just one question:
Do take different amount of processing power? if so which is more efficient, multithreading or asynio?

gregorybutcher
Автор

Thankyou for this video by the way.. it helps me a lot 👍👍

rajii
Автор

0:59 Synchronous
4:23 Multiprocessing
7:43 Multithreading
15:23 AsyncIO

Millez
Автор

If someone explaining so nicely then plz don't mark 👎...if he is missing something then tell him personally.... don't make his moral down...I found his vedio perfect 👍thanks frnd

sudhakarpandey
Автор

Thanks for making this video of Asyncio hope it covers web scrapping

TanviAravind
Автор

Could you please tell me how I can return the data printed from fetch() function in multithreadding? Whenever I tried to return it, t always gives me None for some reason but I can print it without any problem.

Berkeozbeek
Автор

I have to get status codes for 150k urls in a data frame. I want a new columns 'status' in the df and i want the response code of the request of url. What's the best way to do it?

vsanjairaj