TorBT - Torrents and Magnet Links Search Engine
Giancarlo Zaccone - Python Parallel Programming Cookbook - 2015
- Date: 2026-03-20
- Size: 19 MB
- Files: 90
File Name
Size
Code/Chapter 1/called_Process.py
93 B
Code/Chapter 1/calling_Process.py
275 B
Code/Chapter 1/hello_Python_WithThreads.py
1.1 kB
Code/Chapter 2/__pycache__/queue.cpython-33.pyc
2.1 kB
Code/Chapter 2/condition.py
1.4 kB
Code/Chapter 2/definining_a_thread.py
256 B
Code/Chapter 2/determine_the_current_thread.py
1.1 kB
Code/Chapter 2/evaluating_performances.py
1.4 kB
Code/Chapter 2/event.py
1.3 kB
Code/Chapter 2/lock_management.py
1.5 kB
Code/Chapter 2/queue.py
1.2 kB
Code/Chapter 2/rlock_management.py
1.2 kB
Code/Chapter 2/semaphores.py
1.2 kB
Code/Chapter 2/Thread_in_a_subclass.py
1017 B
Code/Chapter 2/using_with_statement.py
1.1 kB
Code/Chapter 3/__pycache__/background_process.cpython-33.pyc
977 B
Code/Chapter 3/__pycache__/naming_a_process.cpython-33.pyc
913 B
Code/Chapter 3/__pycache__/process_barrier.cpython-33.pyc
1.8 kB
Code/Chapter 3/__pycache__/process_pool.cpython-33.pyc
785 B
Code/Chapter 3/__pycache__/run_a_background_process.cpython-33.pyc
989 B
Code/Chapter 3/__pycache__/spawn_a_process.cpython-33.pyc
770 B
Code/Chapter 3/__pycache__/subclass_process.cpython-33.pyc
1.0 kB
Code/Chapter 3/__pycache__/using_a_process_in_a_subclass.cpython-33.pyc
1.1 kB
Code/Chapter 3/__pycache__/using_queue.cpython-33.pyc
2.8 kB
Code/Chapter 3/alltoall.py
394 B
Code/Chapter 3/background_process.py
699 B
Code/Chapter 3/broadcast.py
370 B
Code/Chapter 3/deadLockProblems.py
804 B
Code/Chapter 3/gather.py
484 B
Code/Chapter 3/helloworldwithMPI.py
125 B
Code/Chapter 3/kill_a_process.py
588 B
Code/Chapter 3/naming_a_process.py
686 B
Code/Chapter 3/pointToPointCommunication.py
694 B
Code/Chapter 3/process_barrier.py
1.2 kB
Code/Chapter 3/process_pool.py
405 B
Code/Chapter 3/processes_barrier.py
1.2 kB
Code/Chapter 3/reduction.py
479 B
Code/Chapter 3/scatter.py
372 B
Code/Chapter 3/spawn_a_process.py
377 B
Code/Chapter 3/subclass_process.py
393 B
Code/Chapter 3/synchronize_with_manager.py
524 B
Code/Chapter 3/using_pipes.py
1.2 kB
Code/Chapter 3/using_queue.py
1.5 kB
Code/Chapter 3/virtualTopology.py
2.0 kB
Code/Chapter 4/Asyncio_coroutine.py
2.2 kB
Code/Chapter 4/asyncio_future.py
1.1 kB
Code/Chapter 4/asyncio_loop.py
1.2 kB
Code/Chapter 4/asyncio_Task.py
1.2 kB
Code/Chapter 4/pooling_with_concurrent_futures.py
1.3 kB
Code/Chapter 5/Celery/addTask.py
189 B
Code/Chapter 5/Celery/addTask_main.py
146 B
Code/Chapter 5/DISCO/MapReduce_Count_Words.py
1.8 kB
Code/Chapter 5/DISCO/SortAlphabetical.txt
128 B
Code/Chapter 5/DISCO/SortNumerical.txt
128 B
Code/Chapter 5/PyCSP/example.py
321 B
Code/Chapter 5/Pyro4/First Example/client.py
274 B
Code/Chapter 5/Pyro4/First Example/server.py
726 B
Code/Chapter 5/Pyro4/Second Example/chainTopology.py
958 B
Code/Chapter 5/Pyro4/Second Example/client.py
160 B
Code/Chapter 5/Pyro4/Second Example/server_1.py
395 B
Code/Chapter 5/Pyro4/Second Example/server_2.py
395 B
Code/Chapter 5/Pyro4/Second Example/server_3.py
395 B
Code/Chapter 5/Pyro4/Third Example/client.py
1.8 kB
Code/Chapter 5/Pyro4/Third Example/server.py
343 B
Code/Chapter 5/Pyro4/Third Example/shop.py
1.4 kB
Code/Chapter 5/RPyC/rpyc_classic.py
182 B
Code/Chapter 5/SCOOP/First Example/pi_calculus_with_montecarlo_method.py
1.7 kB
Code/Chapter 5/SCOOP/Second Example/map_reduce.py
1004 B
Code/Chapter 5/SCOOP/desktop.ini
84 B
Code/Chapter 6/NUMBAPRO/blasNumpy.py
1.0 kB
Code/Chapter 6/NUMBAPRO/matrixMultiplication.py
729 B
Code/Chapter 6/PyCUDA/PyCudaElementWise.py
1.4 kB
Code/Chapter 6/PyCUDA/PyCudaGPUArray.py
333 B
Code/Chapter 6/PyCUDA/PyCudaInstallation.py
383 B
Code/Chapter 6/PyCUDA/PyCudaMatrixManipulation.py
1.4 kB
Code/Chapter 6/PyCUDA/PyCudaReductionKernel.py
699 B
Code/Chapter 6/PyCUDA/PyCudaWorkflow.py
634 B
Code/Chapter 6/PyOPENCL/PyOpenCLDeviceInfo.py
1.6 kB
Code/Chapter 6/PyOPENCL/PyOpenCLDotProduct.py
1.8 kB
Code/Chapter 6/PyOPENCL/PyOpenCLDotProduct_2.py
1.4 kB
Code/Chapter 6/PyOPENCL/PyOpenCLElementwise.py
868 B
Code/Chapter 6/PyOPENCL/PyOpenCLParallellSum.py
1.3 kB
Code/Chapter 6/PyOPENCL/PyOpenCLProgramming.py
1.3 kB
Code/Chapter 6/PyOPENCL/PyOpenCLTestApplication.py
2.9 kB
Code/Chapter 6/PyOPENCL/PyOpenCLTestApplication_2.py
2.3 kB
Code/Readme.txt
42 B
Code/Software Hardware List.pdf
98 kB
Giancarlo Zaccone - Python Parallel Programming Cookbook - 2015.epub
6.5 MB
Giancarlo Zaccone - Python Parallel Programming Cookbook - 2015.mobi
10 MB
Giancarlo Zaccone - Python Parallel Programming Cookbook - 2015.pdf
2.4 MB