Python MultiProcessing: Leveraging Pools to Turbocharge your Apps

preview_player
Показать описание
Turbocharge your CPU Intensive Apps with MultiProcessing

In this video I show you how to easily use Python multiprocessing capabilities
to seriously boost the execution speed of your **CPU-bound** workloads.

By default, Python is limited to a single thread and a single core on your CPU.
Multiprocessing allows you to run functions on **multiple** cores on your machine, thereby achieving true parallelism.

#python #multiprocessing

Content
=======
00:00 - Introduction
03:45 - Example 1
19:19 - Example 2
28:49 - Example 3
41:44 - Conclusion

Code for this Video
===================

My Python Courses
=================

- Python 3 Fundamentals (introduction to Python)

- Pydantic V2: Essentials

- Python 3 Deep Dive (Part 1 - Functional)

- Python 3 Deep Dive (Part 2 - Iteration, Generators)

- Python 3 Deep Dive (Part 3 - Hash Maps)

- Python 3 Deep Dive (Part 4 - OOP)
Рекомендации по теме
Комментарии
Автор

The greatest professor in the field of computer science

amazighcoder
Автор

I'm binge watching your videos! Please also make a tutorial about Python's popular web frameworks.

jake
Автор

Thank you! Waiting for your async course! :)

neatcheese
Автор

having knowledge is different and conveying knowledge in such a simpler way is different. I dont know how someone can be that much knowledgeable..
looking forward to learn tips on how to become proficient and how to get such deep knowledge..
Thanks alot ❤️

sourabhsharma
Автор

Really great video! Async course is indeed long (async) awaited!!

ipelezikis
Автор

Very nice video! Explain it with detailed examples! Superb!

chrisyoung
Автор

My code has gone too large triggering many functions and slowed down my execution time severely. I'll go through your video thoroughly and hope to master multiprocessing as it has always been a daunting task for me.

sweealamak
Автор

Thank you! Can do Multiprocessing Queues too

aoihana
Автор

Thank you for the video, they have really helped me. I would also like to know if you have any course which teaches on how to make production level pythons apps?

sameermohanty
Автор

Really weird question but what keyboard do you use haha. I love the typing sound.

abhishekbanerjee