Python Parallel Programming Cookbook, 2/e (Paperback)
暫譯: Python 平行程式設計食譜,第 2 版 (平裝本)
Giancarlo Zaccone
- 出版商: Packt Publishing
- 出版日期: 2019-09-06
- 售價: $1,690
- 貴賓價: 9.5 折 $1,606
- 語言: 英文
- 頁數: 370
- 裝訂: Paperback
- ISBN: 1789533732
- ISBN-13: 9781789533736
-
相關分類:
Python、程式語言
-
相關翻譯:
Python 並行編程實戰, 2/e (Python Parallel Programming Cookbook, 2/e) (簡中版)
買這商品的人也買了...
-
$4,200$3,990 -
$590$466 -
$4,731Architectures for Computer Vision: From Algorithm to Chip with Verilog (Hardcover)
-
$1,200$840 -
$474$450 -
$880$695 -
$2,600$2,470 -
$480$379 -
$450$356 -
$480$379 -
$500$390 -
$360$284 -
$1,500$1,425 -
$690$538 -
$399$315 -
$420$332 -
$1,880$1,786 -
$600$468 -
$750$592 -
$450$355 -
$588$559 -
$403Python 並行編程實戰, 2/e (Python Parallel Programming Cookbook, 2/e)
-
$888$844 -
$621使用 GitOps 實現 Kubernetes 的持續部署:模式、流程及工具
-
$2,710$2,575
相關主題
商品描述
Key Features
- Design distributed computing systems and massive computational tasks coherently
- Learn practical recipes with concise explanations that address development pain points encountered while coding parallel programs
- Understand how to host your parallelized applications on the cloud
Book Description
Nowadays, it has become extremely important for programmers to understand the link between the software and the parallel nature of their hardware so that their programs run efficiently on computer architectures. Applications based on parallel programming are fast, robust, and easily scalable.
This updated edition features cutting-edge techniques for building effective concurrent applications in Python 3.7. The book introduces parallel programming architectures and covers the fundamental recipes for thread-based and process-based parallelism. You'll learn about mutex, semaphores, locks, queues exploiting the threading, and multiprocessing modules, all of which are basic tools to build parallel applications. Recipes on MPI programming will help you to synchronize processes using the fundamental message passing techniques with mpi4py. Furthermore, you'll get to grips with asynchronous programming and how to use the power of the GPU with PyCUDA and PyOpenCL frameworks. Finally, you'll explore how to design distributed computing systems with Celery and architect Python apps on the cloud using PythonAnywhere, Docker, and serverless applications.
By the end of this book, you will be confident in building concurrent and high-performing applications in Python.
What you will learn
- Synchronize multiple threads and processes to manage parallel tasks
- Use message passing techniques to establish communication between processes to build parallel applications
- Program your own GPU cards to address complex problems
- Manage computing entities to execute distributed computational task
- Write efficient programs by adopting the event-driven programming model
- Explore cloud technology with Django and Google App Engine
- Apply parallel programming techniques that can lead to performance improvements
Who this book is for
The Python Parallel Programming Cookbook is for software developers who are well-versed with Python and want to use parallel programming techniques to write powerful and efficient code. This book will help you master the basics and the advanced of parallel computing.
商品描述(中文翻譯)
#### 主要特點
- 設計分散式計算系統和大規模計算任務
- 學習實用的配方,並以簡潔的解釋解決在編寫平行程式時遇到的開發痛點
- 了解如何在雲端上托管您的平行化應用程式
#### 書籍描述
如今,程式設計師理解軟體與硬體平行特性之間的聯繫變得極為重要,以確保他們的程式能在計算機架構上高效運行。基於平行程式設計的應用程式快速、穩健且易於擴展。
本更新版包含了在 Python 3.7 中構建有效的並發應用程式的尖端技術。書中介紹了平行程式設計架構,並涵蓋了基於執行緒和基於進程的平行性基本配方。您將學習到互斥鎖(mutex)、信號量(semaphores)、鎖(locks)、佇列(queues)等,這些都是構建平行應用程式的基本工具,利用執行緒和多進程模組。MPI 程式設計的配方將幫助您使用基本的訊息傳遞技術(mpi4py)來同步進程。此外,您將掌握非同步程式設計以及如何使用 PyCUDA 和 PyOpenCL 框架發揮 GPU 的強大功能。最後,您將探索如何使用 Celery 設計分散式計算系統,並使用 PythonAnywhere、Docker 和無伺服器應用程式在雲端架構 Python 應用程式。
在本書結束時,您將對在 Python 中構建並發和高效能應用程式充滿信心。
#### 您將學到什麼
- 同步多個執行緒和進程以管理平行任務
- 使用訊息傳遞技術在進程之間建立通信以構建平行應用程式
- 編程自己的 GPU 卡以解決複雜問題
- 管理計算實體以執行分散式計算任務
- 通過採用事件驅動的程式設計模型來編寫高效的程式
- 使用 Django 和 Google App Engine 探索雲端技術
- 應用平行程式設計技術以提高性能
#### 本書適合誰
《Python 平行程式設計食譜》適合熟悉 Python 的軟體開發人員,並希望使用平行程式設計技術來編寫強大且高效的程式碼。本書將幫助您掌握平行計算的基礎和進階知識。
作者簡介
Giancarlo Zaccone has over fifteen years' experience of managing research projects in the scientific and industrial domains. He is a software and systems engineer at the European Space Agency (ESTEC), where he mainly deals with the cybersecurity of satellite navigation systems.
Giancarlo holds a master's degree in physics and an advanced master's degree in scientific computing.
Giancarlo has already authored the following titles, available from Packt: Python Parallel Programming Cookbook (First Edition), Getting Started with TensorFlow, Deep Learning with TensorFlow (First Edition), and Deep Learning with TensorFlow (Second Edition).
作者簡介(中文翻譯)
Giancarlo Zaccone 擁有超過十五年的科學和工業領域研究項目管理經驗。他是歐洲太空局(European Space Agency, ESTEC)的軟體和系統工程師,主要負責衛星導航系統的網路安全。
Giancarlo 擁有物理學碩士學位和科學計算的進階碩士學位。
Giancarlo 已經撰寫了以下幾本書籍,這些書籍可從 Packt 獲得:《Python 平行程式設計食譜(第一版)》、《TensorFlow 入門》、《使用 TensorFlow 的深度學習(第一版)》和《使用 TensorFlow 的深度學習(第二版)》。
目錄大綱
- Getting Started with Parallel Computing and Python
- Thread-based Parallelism
- Process-based Parallelism
- Message Passing
- Asynchronous Programming
- Distributed Python
- Cloud Computing
- Heterogeneous Computing
- Python Debugging and Testing
目錄大綱(中文翻譯)
- Getting Started with Parallel Computing and Python
- Thread-based Parallelism
- Process-based Parallelism
- Message Passing
- Asynchronous Programming
- Distributed Python
- Cloud Computing
- Heterogeneous Computing
- Python Debugging and Testing