Distributed Computing with Python. Harness the power of multiple computers using Python through this fast-paced informative guide - Helion
Tytuł oryginału: Distributed Computing with Python. Harness the power of multiple computers using Python through this fast-paced informative guide
ISBN: 9781785887048
stron: 170, Format: ebook
Data wydania: 2016-04-12
Księgarnia: Helion
Cena książki: 98,10 zł (poprzednio: 109,00 zł)
Oszczędzasz: 10% (-10,90 zł)
CPU-intensive data processing tasks have become crucial considering the complexity of the various big data applications that are used today. Reducing the CPU utilization per process is very important to improve the overall speed of applications.
This book will teach you how to perform parallel execution of computations by distributing them across multiple processors in a single machine, thus improving the overall performance of a big data processing task. We will cover synchronous and asynchronous models, shared memory and file systems, communication between various processes, synchronization, and more.
Osoby które kupowały "Distributed Computing with Python. Harness the power of multiple computers using Python through this fast-paced informative guide", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Distributed Computing with Python. Harness the power of multiple computers using Python through this fast-paced informative guide eBook -- spis treści
- 1. Introduction to Parallel and Distributed Computing
- 2. Synchronous and Asynchronous Programming
- 3. Parallelism in Python
- 4. Distributed Applications with Celery
- 5. Python in the Cloud
- 6. Python on a HPC Cluster
- 7. Testing and Debugging Distributed Applications
- 8. The Road ahead