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.
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.
Thank you for the video I have an app that I integrated with api. I send a message to it and it analyzes it and then returns a result t, but when I send many messages at the same time, it does not go well and you get a mess In my case, what solves my problem from what you mentioned?
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
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.
Any reason why ProcessPoolExecuter is not used for multiprocessing ? and what about multiprocessing.pool.ThreadPool ? Any Idea why these many modules are created for same functionality in Python ?
The video is good. BUT: how would you make 10000 http requests when the api supports about 50 requests only at a time (otherwise it throws 429 error)? I need help with that. Thank you
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?
hi your video is very good subject. but for later video please : multiple function multiple sync multiple function multiple async multiple function multiple threading multiple function multiple processing and combine all concepts with simple language . thank you very much . god willing
I had finished python asyn await and aiohttp during the weekend... earlier it used to take 40 to 50 mins to scrap the data after aiohttp and Asyncio implementation it's just 90 Seconds
I think threadings are running inside one process. It is impossible to do faster than multil-processing. The reasons that your multithreading is faster : may be this is running multithreading inside multiprocessing Check out this video: ua-cam.com/video/ecKWiaHCEKs/v-deo.html
!!! PETITION for making tutorials using examples of "POST" requests !!! @IndianPythonista Why does every tutorial and blog post always assume we only only need "get" requests? I try to implement the same code for "post" requests and I run into all sorts of errors. I wish you or someone on this earth for once did tutorials for fast http post requests.
Are you sure of the time calculation using a timer, because it seems like coding is taking more than what it prints in the console? Your timer logic is not correct
Sir, can you let me know how to integrate asyncio to call multiple cameras to take a multiple angle picture once at a time.like using picamera over raspberry Pi. Thank you
Code: github.com/nikhilkumarsingh/async-http-requests-tut
Multiprocessing in Python: ua-cam.com/video/Ju4xkvFm07o/v-deo.html
Multithreading in Python: ua-cam.com/video/ZPM8TCz5cd8/v-deo.html
Concurrent Programming in Python (asyncio): ua-cam.com/video/y85G7GLYhYA/v-deo.html
.. can we use multiprocessing and multithreading at the same time ? I mean having n processes and m thread per process.
Your snake art got me to stay
This is the most informative video I have seen on these features/modules. Kudos
Ur too good .............. youthful & motivating voice. Above all ur python concepts are up to the mark.
0:59 Synchronous
4:23 Multiprocessing
7:43 Multithreading
15:23 AsyncIO
Awesome video! Just one question:
Do take different amount of processing power? if so which is more efficient, multithreading or asynio?
would be better if u put bookmarks to the video parts
You explain pretty well sir.... Learning Python from you is such a honour for me.
God save my english.
I like those stuff here too
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.
Which OS u are using and what's that theam
Thanks for your wonderful video bro, It's raising AssertionError at timer
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.
Thank you for the video
I have an app that I integrated with api. I send a message to it and it analyzes it and then returns a result t, but when I send many messages at the same time, it does not go well and you get a mess
In my case, what solves my problem from what you mentioned?
Best video on this topic
I have a question...
Example in synchronous code.... We are only defining methods not calling it... Than also methods are running
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
@13:46 what are the downsides of having too many max_workers ?
Why no subtitles ?
Thank you for this video. Nice explanation.
Nikhil Bhai, do u also teach one on one?
Hi. No plans to do that yet.
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.
what is the difference between qrequests and asyncio
What if I have a list of different URLs that I want to do GET from? How can I apply multithreading in that scenario?
этому типу надо памятник поставить( в хорошем смысле :) )
Excellent explanation, Thanks for sharing! 👍🏼
Any reason why ProcessPoolExecuter is not used for multiprocessing ? and what about multiprocessing.pool.ThreadPool ? Any Idea why these many modules are created for same functionality in Python ?
my main function is not calling... can you help me with it?
Just cross-check.. have you out @timer(1,1) before main function ?
Thankyou for this video by the way.. it helps me a lot 👍👍
The video is good. BUT: how would you make 10000 http requests when the api supports about 50 requests only at a time (otherwise it throws 429 error)? I need help with that. Thank you
need to rotate IP
@@kattynip0 what solution did you find for it?
great video buddy
Nicely demonstrated. Great.👏
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?
Informative 😍
Bro i want to post json data with requests.post method and i did it but it takes very long time to send all data...plz help me
Awesome.... keep making stuff like that.
hi
your video is very good subject. but for later video please :
multiple function multiple sync
multiple function multiple async
multiple function multiple threading
multiple function multiple processing
and
combine all concepts with simple language .
thank you very much .
god willing
and what's the limit for max-workers (depends on my PC, I know, but how to find the limit?)
Nice explanation
Best video to understand this tipic
hello bro can i have some help ?
Can I organize and post your lecture on my blog, Medium? I will leave a reference.
Could you please add the timestamp of the methods that would be a great help
superb video!
you are awesome, well explained... appreciate it. keep it up
Nice explained
AWESOME!!!! REALLY HELPED.
Thanks for making this video of Asyncio hope it covers web scrapping
I had finished python asyn await and aiohttp during the weekend... earlier it used to take 40 to 50 mins to scrap the data after aiohttp and Asyncio implementation it's just 90 Seconds
@@TanviAravind yea it's such a time saving during projects.
Can u plzzz makr video on topic of what is channel in django and make chatting app ..plz sir
Great tutorial! Thanks for sharing.
Thanks for this video, I didn't actually watched it because of the great thumbnail that told me what I came looking for. (I left a like tho)
thank you for this well designed video, very informative.
Great job mate
Ahats that linux???
Great!
Brilliant video, thanks a lot!
Amazing tutorial! Thanks a lot.
God bless you
Great 👍
Nice video, thanks for that. :)
An assertion error is stopping me from the synchronous method. does anyone experienced the same problem?
Sir, Kindly check the pull request made on github.
Great video, keep it up
really great. thanks a lot
I think threadings are running inside one process. It is impossible to do faster than multil-processing.
The reasons that your multithreading is faster : may be this is running multithreading inside multiprocessing
Check out this video: ua-cam.com/video/ecKWiaHCEKs/v-deo.html
thank you
15:25 asyncio
!!! PETITION for making tutorials using examples of "POST" requests !!!
@IndianPythonista
Why does every tutorial and blog post always assume we only only need "get" requests?
I try to implement the same code for "post" requests and I run into all sorts of errors.
I wish you or someone on this earth for once did tutorials for fast http post requests.
Are you sure of the time calculation using a timer, because it seems like coding is taking more than what it prints in the console? Your timer logic is not correct
Great video, I have learned a lot here. One question I have is, instead of get HTTP request, what if I want to do post request?
naughty boy
Sir, can you let me know how to integrate asyncio to call multiple cameras to take a multiple angle picture once at a time.like using picamera over raspberry Pi. Thank you
sounds to me like you can just do that in a sequential manner.
dint understand all this sorry