Python Multiprocessing Tutorial: Run Code in Parallel Using the Multiprocessing Module

2019 ж. 19 Қыр.
768 253 Рет қаралды

In this video, we will be learning how to use multiprocessing in Python.
This video is sponsored by Brilliant. Go to brilliant.org/cms to sign up for free. Be one of the first 200 people to sign up with this link and get 20% off your premium subscription.
In this Python Programming video, we will be learning how to run code in parallel using the multiprocessing module. We will also look at how to process multiple high-resolution images at the same time using a ProcessPoolExecutor from the concurrent.futures module. Let's get started...
The code from this video can be found at:
bit.ly/multiprocess-code
Threading Tutorial - • Python Threading Tutor...
List Comprehensions Tutorial - • Python Tutorial: Compr...
Exception Handling Tutorial - • Python Tutorial: Using...
Pillow (PIL) Tutorial - • Python Tutorial: Image...
✅ Support My Channel Through Patreon:
/ coreyms
✅ Become a Channel Member:
/ @coreyms
✅ One-Time Contribution Through PayPal:
goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - coreyms.com/
My Second Channel - / coreymschafer
Facebook - / coreymschafer
Twitter - / coreymschafer
Instagram - / coreymschafer
#Python

Пікірлер
  • Hey everybody! I hope you find this video helpful. I'm finally moved into my new home, so I should be back on a schedule of regular releases very soon. Hope everyone has a great weekend!

    @coreyms@coreyms4 жыл бұрын
    • Please make a video on asyncio too..

      @deadfool6105@deadfool61054 жыл бұрын
    • @@deadfool6105 yes yes

      @param8378@param83784 жыл бұрын
    • Congrats on the move

      @beastgenv@beastgenv4 жыл бұрын
    • Corey, can you make jupyter notebooks on these tutorials also. By the way congratulations!

      @wizard-28@wizard-284 жыл бұрын
    • Bless you man!

      @admintest9291@admintest92914 жыл бұрын
  • Why do people give thumbs down to someone who teaches for free? And a small detail ... the man is a grandmaster! Thank you sir for doing this. Greetings from the Netherlands

    @vicstan5983@vicstan59834 жыл бұрын
    • There are jealous because they're programming in Cobol.

      @bartekz88@bartekz884 жыл бұрын
    • I think it's the Australians. You see, they have everything upside down there, when they thumbs up, it's thumbs down for us. Corey is the best.

      @darwinvinci7744@darwinvinci77444 жыл бұрын
    • I think it's some kind of obsessive compulsive disorder.

      @Bubelaschka@Bubelaschka4 жыл бұрын
    • ~0.78% of people who voted, thumbed down down.

      @josephsagotti8786@josephsagotti87864 жыл бұрын
    • .. because its not working for them.. so they wasted their time getting 'taught' something that didn't work. .hence thumbs down.

      @kyleyoung4974@kyleyoung49743 жыл бұрын
  • There are courses that take thousands of dollars for teaching what you're teaching. you're teaching very well and you give it free. Respect.

    @ginadi9733@ginadi97334 жыл бұрын
  • @Corey Schafer, Thank you very much for taking the time to make this video. I have written my first-ever parallelized code and the speedup is invaluable. For years I was apprehensive about learning parallelization methods because they seemed very complicated. You, my friend, have opened the flood gates. This work puts me one step closer to completing my Master's.

    @carspeed50km@carspeed50km3 жыл бұрын
  • It's one of those tutorials that has you reaching for the like button several times during the video, and once more after it's ended.

    @ronnetgrazer362@ronnetgrazer3624 жыл бұрын
    • Well, then let's hope this urge posesses you an uneven number of times or it would be unfair to the author.

      @krystianfeigenbaum238@krystianfeigenbaum2383 жыл бұрын
  • Another wonderful video. Thanks to your videos I've gained an understanding of how to build and deploy a Django web application, using matplotlib for data visualisations, python multi-threading, python-multiprocessing, exception handling, python unit test cases and more. Your content is consistently excellent because of how practical and well thought out your videos are. Extremely useful! Please keep making these videos! Thanks a lot! You're helping a lot of people with this high quality content!

    @tebbythomas1809@tebbythomas18094 жыл бұрын
  • 31:12 Mr. Schafer finishes with the theory and goes into the real-world example with processing images 35:37 implementing multi-processing to single thread/process operation 40:04 easy switch from Processes to Threads Love Your videos Mr. Schafer. Especially Your communication skills. No BS, just clear communication. I also love that You don't edit out mistakes, and summarize after several steps. Thank You for putting the effort and sharing.

    @gytisbl@gytisbl Жыл бұрын
  • We need at least a dozen of Corey Schafer in our programming learning life. I wish everyone would follow your method. You are simply the best! God bless.

    @neolithian@neolithian4 жыл бұрын
  • Great video! If you are running this in Windows and a later version of Python (I'm running 3.7), you need to run all multiprocessing under main(), then run if __name__ == '__main__': main() Make sure the do_something() function is declared outside main().

    @eduardolpz386@eduardolpz3864 жыл бұрын
    • current

      @yoyoliyang@yoyoliyang3 жыл бұрын
    • Thank you! Just the fix I was looking for. This is apparently true of macs as well

      @caseymcmahan4834@caseymcmahan48342 жыл бұрын
    • You fixed my Programm🤝

      @Svkenapps@Svkenapps2 жыл бұрын
    • Only the code that spawns the subprocess needs to be guarded.

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
    • thank you so mutch

      @thomasmayne2629@thomasmayne26292 жыл бұрын
  • I just started an internship in Germany and you have no idea how helpful these classes series are to young people like me that want to succeed in the professional world of today :)

    @anhurtjv@anhurtjv2 жыл бұрын
  • This has been incredibly helpful for me and my team. I'm a network engineer working on multiprocessing SSH connections and this made everything make sense. Definitely subscribed after seeing this.

    @dhurda471@dhurda4712 жыл бұрын
  • when i watch your vidieos i belive that if you can't explain something easy to understand, absolutely nobody on this world can do that. thanks you alot Corey, you make my life easier.

    @nguyennguyenkhoi9988@nguyennguyenkhoi9988 Жыл бұрын
  • This video is gold, every second of it. You are very talented at teaching complex concepts, you can't even begin to fathom how much I appreciate your work. Thanks!

    @spacecowboy2483@spacecowboy24837 ай бұрын
  • Corey, thank you so much for such an amazing explanation. Even lingering questions that were happening in my head during the video, you managed to answer them right away.

    @Mankind5490@Mankind54903 жыл бұрын
  • This video came on time. I work with AI with python and, at university, I'm seeing operating system. Now I can join OS and python for do faster algorithms. Thanks Corey. I really like your videos!

    @ItzSenaCrazy@ItzSenaCrazy4 жыл бұрын
  • the longest deja vu in my life so far

    @chinpokomon_@chinpokomon_4 жыл бұрын
    • same, lmao

      @sensonpan7994@sensonpan79944 жыл бұрын
    • Same LOL

      @saikhamhein@saikhamhein4 жыл бұрын
    • I swear

      @1OJosh@1OJosh3 жыл бұрын
    • I needed to check github repo first to confirm that I was not watching the same tutorial yesterday ;))

      @KhoiThinh@KhoiThinh3 жыл бұрын
    • Hahaha! Same

      @frederikwaltherliberothchr757@frederikwaltherliberothchr7573 жыл бұрын
  • Of all the resources out there that I have looked to get a start and grasp on this subject (some cost money), this video is on point!

    @shawnalexander5704@shawnalexander57044 жыл бұрын
    • Corey's channel has done more for me in 2 weeks than any other resource I have tried over the last 10 years.

      @erik-martin@erik-martin3 жыл бұрын
  • I have been looking for videos like this for like over 1 year, and today I randomly saw your video. Very helpful, easy to understand, thanks a lot Corey!

    @theteleportercell6749@theteleportercell67492 жыл бұрын
  • Seriously learning more from your vids on Python than the Python 'class' I took one time. Clear and helpful. Everytime I watch I learn something new.

    @KurtSchwind@KurtSchwind3 жыл бұрын
  • Thank you, Corey, for such a wonderful explanation. The best part of this video is you have used the real-time problem, which helps to understand the concept in more depth.

    @rakeshkumarkuwar6053@rakeshkumarkuwar60533 жыл бұрын
  • Thanks for the smooth and didactic intro to multiprocessing, I've done this a year ago during a fast and furious degree and needed a refresher. I have a case in which this will come in handy although it's hundreds of lines of code, but I bet I can wrap them all into a function to be the executor's target.

    @bigbangdata@bigbangdata4 жыл бұрын
    • A function with hundreds of lines might not be such a good idea lol. Try learning Classes and Methods and I’m sure you can incorporate multiprocessing in a much more encapsulated way

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
    • @@drygordspellweaver8761 right you are, god knows what insanity I was up to 2 years ago.

      @bigbangdata@bigbangdata2 жыл бұрын
    • @@bigbangdata haha must have been a blast

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
  • Outstanding video! Never learned so much about multiprocessing in python - in just 45 Minutes. Thank you, Corey!

    @fayfeld5900@fayfeld59003 жыл бұрын
  • incredible video! you've covered more information than all articles all together that i've read so far - thank you for that!

    @rzufvideo@rzufvideo3 жыл бұрын
  • I am not in a position right now to donate through patreon. All I can do is watch your videos without skipping ads and give it a like.

    @raghav-cx3qq@raghav-cx3qq3 жыл бұрын
    • That helps a ton too! Thanks!

      @coreyms@coreyms3 жыл бұрын
  • Just a reminder, on Windows you need to add "if __name__ == '__main__'"

    @robertlee6529@robertlee65294 жыл бұрын
    • Thanks! I usually run my videos through my Windows laptop before posting just to make sure it's the same for both operating systems, but I didn't do that this time. I appreciate the comment!

      @coreyms@coreyms4 жыл бұрын
    • @@coreyms Somehow, me too facing errors without using main function. Even after using the if __name__ == '__main__', i got my output in different way . done sleeping 5 second(s)..... done sleeping 4 second(s)..... done sleeping 3 second(s)..... done sleeping 2 second(s)..... done sleeping 1 second(s)..... sleeping 3 second(s).... sleeping 2 second(s).... sleeping 1 second(s).... sleeping 4 second(s).... sleeping 5 second(s).... Finished in 5.5 second(s)

      @ThePasupathi@ThePasupathi4 жыл бұрын
    • Just curious (python beginner), where would that go in the script?

      @whoa_that_ruled@whoa_that_ruled4 жыл бұрын
    • @@whoa_that_ruled import multiprocessing import time start = time.perf_counter() def do_something(): print('Sleeping for 1 second') time.sleep(1) print('Done sleeping...') if ___name___ == '__main__': p1 = multiprocessing.Process(target=do_something) p2 = multiprocessing.Process(target=do_something) p1.start() p2.start() p1.join() p2.join() finish = time.perf_counter() print(f'Finished in {round(finish-start,4)} seconds')

      @veganath@veganath4 жыл бұрын
    • Add a shebang directive and you wouldn’t need one.

      @ahmedkhalil3015@ahmedkhalil30154 жыл бұрын
  • Best Python Multiprocessing Tutorial ever on KZhead. I love it, you explain so well! Keep it up!

    @TheGoldenPro@TheGoldenPro2 жыл бұрын
  • You're a grandmaster. I really appreciate you put all stuff in ONE video. So easy to navigate. Thank you!

    @yuzhu2547@yuzhu25473 жыл бұрын
  • oh man, you don't even know how long I was looking for a video on multiprocessing.

    @thedrei24@thedrei244 жыл бұрын
  • Thnx sir I got placed in a MNC all bcz of you learned python a lot and still learning a lot whenever I have any doubts stack overflow and you r my mentor thnx again preparing for higher studies now..

    @IrshadKhan-vk8rn@IrshadKhan-vk8rn4 жыл бұрын
    • i pursuing a college degree and I'm learning python in different resources and i learned the basics , will you please recommend me a good resource for mastering python language and to go to next level??

      @venkatkumar8672@venkatkumar86724 жыл бұрын
  • Excellent tutorials, he teaches practical concepts with zero assumptions on the background and makes sure he gives real life examples and practical code to get you through! Brilliant 🙏🏻

    @nikhileshsaggere@nikhileshsaggere Жыл бұрын
  • I joined the C# start to finish course last year and am so glad that you did this video. Hope you are keeping well. Thanks for this well explained tutorial

    @rembautimes8808@rembautimes88083 жыл бұрын
  • Hi Corey, great video covered a lot, one thing I was hoping to see here which I did not was using Pool from Multiprocessing to pass multiple parameters to a class or function. I ended up finding it after some digging using starmap with zip instead of map. To pass constants with this method import itertools and use the repeat inside the zip. Hope this helps anyone looking for this.

    @kylebaker8502@kylebaker85023 жыл бұрын
  • Thank you so much for this quality of videos on Python!... Cant tell you how much i`ve learned with them. Keep it coming! :D PS. Any GUI tutorials coming? PS2. Greetings from Chile!

    @SebaSalinas91@SebaSalinas914 жыл бұрын
  • best explanation ever, I was really stuck when studying multiprocessing on coursera, could not get my head around, now is all crystal clear, thanks Corey

    @KrzysztofSpikowski@KrzysztofSpikowski3 жыл бұрын
  • This is the best explanation of that topic I have watched so far! Many thanks, Corey!

    @drmezo7@drmezo72 жыл бұрын
  • thx so much, already implemented that into my webscraping scripts and the speed gain is tremendous. you’re explaining this so well an clear. thx a lot.

    @awndlr@awndlr4 жыл бұрын
    • Hear trying to achieve the same

      @sellosejake@sellosejake4 жыл бұрын
  • Thanks Corey! Next please do async!!

    @snoopyjc@snoopyjc4 жыл бұрын
    • Yes, this is concept I haven't used but would really like to learn about.

      @AnShett@AnShett4 жыл бұрын
    • Yes please, async and when to use async/asyncio/threading/multiprocessing.

      @Skaxarrat@Skaxarrat4 жыл бұрын
    • Yes would strongly appreciate this

      @user-be8ud2qd2d@user-be8ud2qd2d4 жыл бұрын
    • Yes, async will a perfect next. Thanks Corey for the handwork.

      @folorunso@folorunso4 жыл бұрын
    • Yes please and then about locks,race conditions and queues as well. Thanks a lot.Loved your explanation.

      @ashfaquechowdhury1343@ashfaquechowdhury13434 жыл бұрын
  • Still. After 3 years - it's still helpful. Even counting that I need to test this out - nothing that much has changed in Python for MP. Thanks for such an excellent explanation!

    @RomanKozin@RomanKozin Жыл бұрын
  • I do have to thank you @Corey Schafer your work in these videos. I learn a lot from them and in the end I use them on my work to automate some tasks. Some love from Portugal

    @joaocaldeira1553@joaocaldeira15533 жыл бұрын
  • This is the second video I've watched from your channel and was blown away at the quality of the content and the clarity of the concepts explained. Once I get into a data analyst role, I will support you on Patreon. Until then, I will watch every other video! 😁Thanks a million!

    @JS-rt7kp@JS-rt7kp4 жыл бұрын
    • Thanks! That helps more than you know. I really appreciate it!

      @coreyms@coreyms4 жыл бұрын
  • Corey is great. When you help people, and I mean really HELP people, he is just a saint. I am on Python 3.9.12 and my code does not execute properly, even though I am copying verbatim and I a stuck at the 10:20 mark. After I put in the p1/p2.start() statements, the script runs without printing the "sleep" statements. The final print statement does execute. But after I put in the p1/p2.join() statements, I get a runtime error: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork to start your child processes and you have forgotten to use the proper idiom in the main module: if __name__ == '__main__': freeze_support() ...

    @edwardwong654@edwardwong654 Жыл бұрын
    • same here

      @sayhellotoroy@sayhellotoroy Жыл бұрын
    • another one with same error

      @emmanuellelopez1002@emmanuellelopez1002 Жыл бұрын
  • thanks a lot Mr Schafer!! your videos helps me a lot, plus the tips u give to keep the code clean are making my projects look awesome

    @scholar_sukhiya@scholar_sukhiya4 жыл бұрын
  • Excellent hands-on walkthrough of Python with lots of examples. Thank you, appreciate your video!

    @osyl8@osyl82 жыл бұрын
  • Brah i was stuck at work tryna do this. Searched your name and braaaah! Your videos are so helpful.

    @nadik4531@nadik45314 жыл бұрын
    • same

      @woddenhorse@woddenhorse Жыл бұрын
  • Dude you are amazing! Excellent excellent stuff! Truly great educator and we own you a lot. I have a question. What if my function takes more than one argument. Will the ProcessPoolExecutor instance (executor) be able to map the function to however number of arguments for every process?

    @khmsalhuas1@khmsalhuas14 жыл бұрын
    • It’s the map method that would handle that. The function then would naturally need to accept multiple arguments

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
  • Thank You Very Much!!! I now understood how this works. Your way of teaching and explaining are very understandable unlike the other videos that I have watched.

    @c.c.1297@c.c.12972 жыл бұрын
  • That last piece showing how to switch from processes to threads for testing was super cool. Thanks for this great video.

    @drforest@drforest2 ай бұрын
  • In newer versions of Python instead of using a list in args you should use tuple. So instead of writing this args=[1.5] write this args=(1.5,). It's okay to use the list version, but you will get a warning. Good tutorial btw.

    @attilagyen1446@attilagyen14464 жыл бұрын
    • Not anymore ... self = reduction.pickle.load(from_parent) AttributeError: Can't get attribute ...

      @salfredogonzal_@salfredogonzal_2 жыл бұрын
  • Any computer vision tutorial coming ? Would be awesome !

    @piiumlkj6497@piiumlkj64974 жыл бұрын
  • Awesome tutorial! Thanks showing both methods of handling multiprocessing.

    @romabilibov7612@romabilibov76129 ай бұрын
  • Excelent tutorial!, just for completeness, i'd love to see some tutorial on python coroutines, thanks a lot.

    @sebastianbarriap.6871@sebastianbarriap.68714 жыл бұрын
    • What is that

      @amitdwivedi9951@amitdwivedi99514 жыл бұрын
    • Me too

      @aparnamoorthi1117@aparnamoorthi11174 жыл бұрын
  • Hi Sir, As you mentioned, I am interested to learn advanced threading concepts like race condition, mocks, etc. Please make videos on that too. I will be waiting... Between really nice video. Thanks for the effort.

    @anuprshetty6391@anuprshetty63912 жыл бұрын
  • You are one of the awesome, rocking teachers out there in KZhead, if you have time please make some tutorial videos for R language and TensorFlow

    @dulangikanchana8237@dulangikanchana82374 жыл бұрын
  • thx Corey for this great video! I'm a biomedicine master student from Sweden. This tutorial enabled me to use multiprocessing in a program I write for dna analysis during my master thesis!:)

    @Jonix-redhat@Jonix-redhat3 жыл бұрын
  • When faced with a python challenge, I ask myself "What would Corey Schafer do?" I then, somewhat ironically, ask myself "Why am I wasting my time asking myself rhetorical questions, when I could be watching one of his outstanding videos."

    @johntamplin@johntamplin3 жыл бұрын
  • That's the module I used to parallelize and optimize Mosaik smart grid co-simulations in my bachelor's thesis, which I finished this week! :D

    @MrRobbi373@MrRobbi3734 жыл бұрын
  • You are my favorite channel for python I always learn something new! Will you also try to do other languages as well? Wondering about your road map.

    @poke_champ@poke_champ4 жыл бұрын
  • This is A GREAT VIDEO!!!Thanks for explaining each step of the code

    @churchillagutu7287@churchillagutu7287 Жыл бұрын
  • You could have put the image processing and the reading and writing from disk in separate functions you could have used threads for the IO and procesess for the processing

    @hacker2ish@hacker2ish4 жыл бұрын
  • 31 people didn't find a piece of code they could copy and paste for their work.

    @vipuljoshi7367@vipuljoshi73674 жыл бұрын
    • #indians sorry

      @BeattapeFactory@BeattapeFactory3 жыл бұрын
    • your sopposed to follow along

      @dylanbruner8348@dylanbruner83483 жыл бұрын
    • NΛVΛZ don’t be jealous

      @aeroscience9834@aeroscience98343 жыл бұрын
    • 57 now

      @tarunreddy7@tarunreddy73 жыл бұрын
  • My python classes knowledge came from you and now multiprocessing/threading. Thanks a lot for AMAZING content!

    @MrEliyahilel@MrEliyahilel2 жыл бұрын
  • Thanks, Corey. One of your best tutorials IMO.

    @kenhaley4@kenhaley44 жыл бұрын
  • The reason it finished the 1s future in the Multiprocessing part after the 2 and (just after) the 3s future is that the PoolExecutor limited the threads to 4 (you said yourself that it chooses the number of concurrent threads based i.e. your hardware). And your list of times to wait is reversed in duration. So it only started the future for the 1s duration AFTER the first future finished, the one with a duration of 2s. So the 1s future finished after 2+1= 3s plus overhead, so slightly after the 3s future. Edit: Aaand you realized that just shortly after. Was wondering why noone else wrote this before.

    @9SMTM6@9SMTM64 жыл бұрын
    • No one mentioned it because it’s literally spelled out in the video 🤦‍♂️

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
    • @@drygordspellweaver8761 I did wait some time to write that comment. You meanwhile were too lazy to read my whole comment.

      @9SMTM6@9SMTM62 жыл бұрын
    • @@9SMTM6 Literally everyone who watched the video understood what was going on. Only you saw fit to go out of your way to write a comment to "explain" what was literally explained in the video like 5 seconds after it happened. You are insufferably arrogant and dense.

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
  • I had to add if __name__ == '__main__': for it to work in Python 3.7.6 I did not get the print output, but the images were processed

    @gerhardboenisch5618@gerhardboenisch56183 жыл бұрын
    • The same for me! def main(): if __name__ == "__main__": main() and it worked, anyone can help to explain why?

      @XinhLe@XinhLe2 жыл бұрын
  • thanks man , you are a savior , after watching your videos on multiprocessing and threading i could finally make a project i wanted to make for a long time - python which counts the number of times i press each key and store them in an excel file for each day

    @user-he4ef9br7z@user-he4ef9br7z4 жыл бұрын
  • I was pretty scared of touching this topic, but you made it so easily to understand!

    @8koi139@8koi1392 жыл бұрын
  • What's the difference between time.perf_counter() and time.time()? Why should I use one over the other?

    @vincenzo3574@vincenzo35744 жыл бұрын
    • The resolution of perf_counter() is higher than that of time().

      @TheOiish@TheOiish4 жыл бұрын
    • But he is eventually rounding off😅

      @Mayur7Garg@Mayur7Garg4 жыл бұрын
  • Bro, can you tell me why this error pops up?? I'm trying to print the return value of the function. concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

    @yandere_lover-tl9zs@yandere_lover-tl9zs4 жыл бұрын
    • Very good video, though yes, this is really frustrating me too!

      @concert_music@concert_music4 жыл бұрын
    • @@concert_music You have to encase your code in that > if ___name___ == "__main__": thing. This is done to avoid unwanted side effects, and multiprocessing and concurrent.futures libraries both force programmers (at least on Windows; Corey is on Mac) to do that. Hope that helps! :D

      @TheEpicPineapple56@TheEpicPineapple564 жыл бұрын
    • Took me a while to find the issue: stackoverflow.com/questions/61860800/running-a-processpoolexecutor-in-ipython Basically I added those lines on top when I'm using MacOS on jupyter-lab: import multiprocessing as mp mp.set_start_method('fork')

      @lethalfang@lethalfang3 жыл бұрын
  • One of the best video of Multiprocessing I have ever seen. Thanks for all your effort and teaching us.

    @javedalam7383@javedalam73832 жыл бұрын
  • Very well explained! With right level of complexity for someone looking to explore simple multi processing in python

    @HarisJabbar@HarisJabbar4 жыл бұрын
  • for i inrange(1,1000000): print ("Thank you")

    @guardrepresenter5099@guardrepresenter50994 жыл бұрын
    • print("Thank you "*1000000) # :)

      @jimmy2643@jimmy26434 жыл бұрын
    • @@jimmy2643 wow. I didn't know this was possible... thank you!

      @sebastianjost@sebastianjost4 жыл бұрын
  • It's great video. However, I receive the following error when run your code to print results in my windows. But the code works when I run it in aws environment. BrokenProcessPool Traceback (most recent call last) in 3 results = executor.map(do_something, secs) 4 ----> 5 for result in results: 6 print(result) 7 ~\AppData\Local\Continuum\anaconda3\lib\concurrent\futures\process.py in _chain_from_iterable_of_lists(iterable) 474 careful not to keep references to yielded objects. 475 """ --> 476 for element in iterable: 477 element.reverse() 478 while element: ~\AppData\Local\Continuum\anaconda3\lib\concurrent\futures\_base.py in result_iterator() 584 # Careful not to keep a reference to the popped future 585 if timeout is None: --> 586 yield fs.pop().result() 587 else: 588 yield fs.pop().result(end_time - time.monotonic()) ~\AppData\Local\Continuum\anaconda3\lib\concurrent\futures\_base.py in result(self, timeout) 430 raise CancelledError() 431 elif self._state == FINISHED: --> 432 return self.__get_result() 433 else: 434 raise TimeoutError() ~\AppData\Local\Continuum\anaconda3\lib\concurrent\futures\_base.py in __get_result(self) 382 def __get_result(self): 383 if self._exception: --> 384 raise self._exception 385 else: 386 return self._result BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

    @hongbingqin6876@hongbingqin68764 жыл бұрын
    • @Hongbing , even I am getting the same error in windows. Did you manage to get around it - if so then how ?

      @surajitchakraborty1903@surajitchakraborty19034 жыл бұрын
    • @@surajitchakraborty1903 I'm getting similar errors in pycharm - not exactly the same, but similar (also on windows)

      @darkfantasy437@darkfantasy4374 жыл бұрын
  • I watch both of threading and multiprocessing video together without skipping a moment. I enjoy your video more than movie.

    @mahathirmohammad8635@mahathirmohammad86354 жыл бұрын
  • Thank you Corey, it is brilliant to start from the basics. Really helpful approach and advice !

    @AnnWong1@AnnWong13 ай бұрын
  • At 40:40 you're omitting one important thing: GaussianBlur() is an extension using a library written in C. So it can processing the image in a separately managed thread in C and relinquish execution to the python interpreter to process python bytecode on other python threads. So it's essentially a bad example, because at the low-level it behaves like multiprocessing in the sense that it can run things outside the python interpreter (multiprocessing does that in a separate process, PIL does that in a private thread, in C). So your assessment that the workload is I/O bound is incorrect. It is mostly CPU bound, but the processing you chose released the GIL, that's an unfortunate choice.

    @unperrier5998@unperrier5998 Жыл бұрын
  • I have no words to appreciate your efforts for the method of explanation and content of your videos you even took the trouble of repeating yourself even though you have covered the similar concept in threading video(others would just tell to go watch the threading video) thank you so much for sharing your knowledge.

    @sanjeevKumar-eg6hp@sanjeevKumar-eg6hp Жыл бұрын
  • Even these years, this video is really informative about that topic

    @nikitapetrenko1236@nikitapetrenko12362 жыл бұрын
  • This is awesome! cleared so many concepts on parallel processing :) Subscribed!

    @faisalee@faisalee4 жыл бұрын
  • Great video as always! Would you mind talking a little but about the problems of using processes vs using threads? What you have to consider when converting a project to be running in parallel and also what is pickable and what isn't.

    @Styloboyness@Styloboyness4 жыл бұрын
  • Have never understood multithreading and multiprocessing this clearly ever before in my life. Would greatly appreciate if you can post a video on locks. Deadlock and livelock and how to resolve them. Thanks for the service you are doing to so many people.

    @SaiSai-gs3pd@SaiSai-gs3pd3 жыл бұрын
  • Thank you very much. I had written a script to download all the rpms from remote server. It used to take approximately three minutes. With ThreadPoolExecutor, Now it is taking only 20secs. Very happy to implement the concepts on real day to day work scenarios. You are doing a great Job. Please do create videos on advance topics which you mentioned at the last section of the video. (race condition etc). Happy New Year :)

    @sandeepnagendra1531@sandeepnagendra15314 жыл бұрын
  • i cannot thank you enough for all the videos you've put out

    @varunn104@varunn1042 жыл бұрын
  • by far the best out there ! waiting for locks and raise conditions !!!

    @edgarlip2@edgarlip24 жыл бұрын
  • Wow! The use of map() is brilliant way to automatically batch the jobs for each process. Thanks for showing this!!

    @cetilly@cetilly3 жыл бұрын
  • Wow!! I kind of understood multi processing, but this polished up everything I know into a very sparkly vision.... Thank you!!!

    @mikenesbitt8052@mikenesbitt80522 жыл бұрын
  • You are an amazing professor! Really easy to follow your speech. Thank you so much!

    @danielsiqueiradeoliveira3929@danielsiqueiradeoliveira3929 Жыл бұрын
  • Excellent as always, Corey! You are truly a national treasure.

    @mikeronni1@mikeronni13 жыл бұрын
  • Man... You have explained so good.... Fall in love with your teaching style.

    @BhanudaySharma506@BhanudaySharma5063 жыл бұрын
  • Another perfect video :) I like the feeling when you started explaining something, I'm thinking 'Wow intresting, I'd like to test it out' and finally you're doing testing - like in the last part with thread instead of process.

    @Pyrografpl@Pyrografpl Жыл бұрын
  • Great Video!!! As always, the best, most logical explanation on KZhead.

    @macieks3604@macieks3604 Жыл бұрын
  • I am about to get into using Pandas to gather data from multiple spreadsheets and output cleaned up versions of those sheets as well as generate some simple reporting from the data, and I am so glad that I came across your multiprocessing video! While my use case would not take more than maybe a minute or two to run, I'm big on efficiency and if it can be run in under 15 seconds instead that is a win for me.

    @FreihEitner@FreihEitner Жыл бұрын
  • Your teaching method is amazing , it helped me lot in implementing multiprocessing in python code for data processing.

    @upendrasinghkarmiyal7684@upendrasinghkarmiyal76843 жыл бұрын
  • This Video is great! especially that you've shown dynamic processes and the rl example THANKS!

    @pav8369@pav83692 жыл бұрын
  • WOW! What a great KZhead channel! Congratulations and THANK YOU! I am recommending it to all my students!

    @agsantiago22@agsantiago222 жыл бұрын
  • Hey Corey, thanks again for a really great tutorial! First time i did understand multithreading ;-)

    @MikeJans@MikeJans4 жыл бұрын
  • I came to this video with a working knowledge of python threads, processes and asynchronous coroutines. I must say, this video was very well-executed. It helped me arrange my own thoughts on the matter, and I think anyone new to the concept of multiprocessing would find Corey's explanation easy to understand. I also commend his insistence on showing a practical example, as it helps a lot of people bring new concepts into perspective. Congratulations on a job well done!

    @siddiksalim5037@siddiksalim50373 жыл бұрын
    • Yeah sure you are a thread expert that’s why you watched a tutorial video. People and their cringey little egos... lmao 🤦‍♂️

      @drygordspellweaver8761@drygordspellweaver87612 жыл бұрын
  • Thank you for your time and effort.Keep spreading the knowledge. Only video we need for this topic.

    @soumyazyx@soumyazyx4 жыл бұрын
  • Absolutely amazing video. Well if anybody is getting any error for the same code as in the video then use the main function in your code. I had encountered it (don't know why)...

    @aadityalolariya2751@aadityalolariya27512 жыл бұрын
  • Very informative, useful, and well-delivered.

    @CraftsmanDomjan@CraftsmanDomjan4 жыл бұрын
  • Thanks for your great videos with awesome explanations & examples! I learn from your videos a lot ! - from the beginning when I started learning python and now this wonderful videos which is "just in time" for me (threading & multiprocessing ). I'll definitely continue watch your videos ( Django Tutorial is next :) ) & recommend it!

    @natylaza8220@natylaza82204 жыл бұрын
KZhead