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.
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 ?
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?
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?
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 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
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
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
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
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.
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
0:59 Synchronous
4:23 Multiprocessing
7:43 Multithreading
15:23 AsyncIO
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.
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.
Thanks for your wonderful video bro, It's raising AssertionError at timer
@13:46 what are the downsides of having too many max_workers ?
Best video on this topic
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 this video. Nice explanation.
Awesome video! Just one question:
Do take different amount of processing power? if so which is more efficient, multithreading or asynio?
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)
Awesome.... keep making stuff like that.
Thankyou for this video by the way.. it helps me a lot 👍👍
Excellent explanation, Thanks for sharing! 👍🏼
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
Nicely demonstrated. Great.👏
I have a question...
Example in synchronous code.... We are only defining methods not calling it... Than also methods are running
Informative 😍
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?
AWESOME!!!! REALLY HELPED.
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 ?
Which OS u are using and what's that theam
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?
you are awesome, well explained... appreciate it. keep it up
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?
and what's the limit for max-workers (depends on my PC, I know, but how to find the limit?)
great video buddy
Best video to understand this tipic
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
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?
thank you for this well designed video, very informative.
Great tutorial! Thanks for sharing.
my main function is not calling... can you help me with it?
Just cross-check.. have you out @timer(1,1) before main function ?
superb video!
Why no subtitles ?
Nice video, thanks for that. :)
Amazing tutorial! Thanks a lot.
An assertion error is stopping me from the synchronous method. does anyone experienced the same problem?
Great job mate
Great!
15:25 asyncio
Nikhil Bhai, do u also teach one on one?
Hi. No plans to do that yet.
Nice explanation
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.
Brilliant video, thanks a lot!
этому типу надо памятник поставить( в хорошем смысле :) )
really great. thanks a lot
hello bro can i have some help ?
Could you please add the timestamp of the methods that would be a great help
God bless you
Great 👍
Great video, keep it up
Sir, Kindly check the pull request made on github.
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
Nice explained
Ahats that linux???
thank you
Can u plzzz makr video on topic of what is channel in django and make chatting app ..plz sir
Can I organize and post your lecture on my blog, Medium? I will leave a reference.
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.
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
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
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
!!! 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.
dint understand all this sorry