Multiprocessing in Python | Basics to Advanced | Tutorial - 1

preview_player
Показать описание
In this video, I'll explain the concept of multiprocessing and how to implement multiprocessing in Python3 with multiple real-world scenarios!
#python #programming

Chapters
0:00 Introduction
0:35 Concept
3:56 Example 1 basic code
9:05 Example 2 prime checking
15:21 Example 3 image downloader

Like my work? Support me -

For more videos please subscribe -

Source code -

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

Pleaase make the second part!!❤❤ This video was great

lampeve
Автор

Binge-watching this video and this took me till the end! Awesome!!

adrishyanteemaiti
Автор

This was great! I was really glad when you explained how to add more function arguments through the functools library "partial()" function at the end. Thanks for taking the time to do this! This is for an NLP project with about 80 files each delivery, so I think it will really help!

prestonfrasch
Автор

Good tutorial, the image processing example adds a touch of reality to it!

mugdhabapat
Автор

This is really helpful..!! Thank you so much for uploading.!! Looking forward to the complete playlist..!

mowlanicabilla
Автор

really good video my friend, straight to the point with simple explanation. I couldn't believe how easy it all looked when you explained it. I have question in another topic for you, perhaps you could help - I'm trying to write something similar to pygame module (basicly i want pygame cube example functionality in program (displaying x's and y's of points)), is there anyway you could recommend something that I could use? Should I try to create my own graphics engine?

BoxBishop
Автор

if you are using the context manager, with ... as pool, then i think you don't need to do pool.close() ?

kuimlee
Автор

Amazing video. Very clear explanation. Thanks!!

dominicldoe
Автор

Do you need to close the pool if it is running in a `with` block?

T.J-tu
Автор

The video was awesome, thanks for sharing

sebastiansoto
Автор

what if the function should print something. I can see the code run faster without error but only the time delta is printed. Nothing inside the function itself. With "standard" way it works normal
any ideas

DanielWeikert
Автор

Thanks for the video, can you eli5 why linux users dont have to create the __main__ block? Is it true for mac users too? I am curious.

solojazz
Автор

Is it applicable in competitive programming?

Techup
Автор

Thanks for the video! I have a small question: What am I supposed to do when wanting to use multiprocessing in a submodule, where I then cant use __name__=="__main__"?

stydras
Автор

What happens if codeforces allow this 😂!!

indranildasgupta
Автор

why does everyone use the exact same fucking example

elifebres
Автор

Judging from YouTube, everybody in India is a programming/deep-learning expert. Is there a Hindu god of programming?

SlashHarkenUltra