Summary
Keywords
Full Transcript
Today’s tutorial is based on sharing data between processes using Array and Value. The topics that we are including in this python tutorial are how to solve issue sharing data between the process, what is shared memory, how to use shared memory in the process using an array, what is shared memory methods enumerate() and how to use shared memory in a process using value. Topics that are covered in this Python Video: 0:00 Overview 2:15 How to solve issue sharing data between the process 2:21 What is shared memory 2:41 Use shared memory in a process using an array 3:37 Shared memory methods enumerate() 5:15 Use shared memory in the process using the value Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Code used in this tutorial: https://github.com/codebasics/py/blob/master/Multiprocessing/multiprocessing_value_array.py Next Video: Python Tutorial - 29. Sharing Data Between Processes Using Queue: https://www.youtube.com/watch?v=sp7EhjLkFY4&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=32 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
