Multiprocessing in Python | Basics to Advanced | Tutorial - 1

Multiprocessing in Python | Basics to Advanced | Tutorial - 1

Normalized Nerd

3 года назад

17,817 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

PrancerFrisco
PrancerFrisco - 19.08.2023 12:41

THANK YOU SO MUCH

Ответить
T. J.
T. J. - 25.04.2023 14:25

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

Ответить
Mugdha Bapat-Padhye
Mugdha Bapat-Padhye - 21.09.2022 08:24

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

Ответить
Santhiya Balachandar
Santhiya Balachandar - 15.09.2022 12:31

Great explanation.Thank you

Ответить
ku im lee
ku im lee - 01.09.2022 10:47

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

Ответить
Anna Konkina
Anna Konkina - 03.06.2022 15:14

Very helpful!!

Ответить
Preston Frasch
Preston Frasch - 08.04.2022 15:57

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!

Ответить
F.B.I
F.B.I - 18.12.2021 04:30

You'll get big

Ответить
Adrishyantee Maiti
Adrishyantee Maiti - 21.08.2021 17:27

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

Ответить
mowlanica billa
mowlanica billa - 16.07.2021 12:01

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

Ответить
Pritam Mukherjee
Pritam Mukherjee - 14.07.2021 17:27

Is it applicable in competitive programming?

Ответить
Antoine Godin
Antoine Godin - 07.07.2021 07:54

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.

Ответить
Eli Febres
Eli Febres - 03.07.2021 04:43

why does everyone use the exact same fucking example

Ответить
Dominic Ldoe
Dominic Ldoe - 23.06.2021 15:48

Amazing video. Very clear explanation. Thanks!!

Ответить
Sebastian Soto
Sebastian Soto - 23.06.2021 08:49

The video was awesome, thanks for sharing

Ответить
Stydras
Stydras - 23.06.2021 01:13

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__"?

Ответить
BoxBishop
BoxBishop - 22.06.2021 23:07

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?

Ответить
Indranil Dasgupta
Indranil Dasgupta - 22.06.2021 22:48

What happens if codeforces allow this 😂!!

Ответить
Sanjay Krish
Sanjay Krish - 22.06.2021 20:05

Seems ur voice is changed

Ответить
Daniel Weikert
Daniel Weikert - 22.06.2021 19:48

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

Ответить
Arnab Nandy
Arnab Nandy - 22.06.2021 18:34

❤️❤️

Ответить