๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Python Parallel Programming Cookbook: Over 70 recipes to solve challenges in multithreading and distributed system with Python 3

โœ Scribed by Giancarlo Zaccone


Publisher
Packt Publishing
Year
2019
Tongue
English
Leaves
361
Edition
2
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Implement effective programming techniques in Python to build scalable software that saves time and memory

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.

โœฆ Table of Contents


  1. Getting Started with Parallel Computing and Python
  2. Thread-based Parallelism
  3. Process-based Parallelism
  4. Message Passing
  5. Asynchronous Programming
  6. Distributed Python
  7. Cloud Computing
  8. Heterogeneous Computing
  9. Python Debugging and Testing

โœฆ Subjects


Cloud Computing; Debugging; Multithreading; Python; Web Applications; Asynchronous Programming; Parallel Programming; Messages; Docker; PythonAnywhere; GPU Programming; CUDA; asyncio; Testing; Multiprocessing; Distributed Processing; Serverless Applications; Celery; PyCUDA; OpenCL; PyOpenCL


๐Ÿ“œ SIMILAR VOLUMES


Python Parallel Programming Cookbook: Ov
โœ Giancarlo Zaccone ๐Ÿ“‚ Library ๐Ÿ“… 2019 ๐Ÿ› Packt Publishing ๐ŸŒ English

Implement effective programming techniques in Python to build scalable software that saves time and memory Key Features โ€ข Design distributed computing systems and massive computational tasks coherently โ€ข Learn practical recipes with concise explanations that address development pain points enco

Parallel and High Performance Programmin
โœ Fabio Nelli ๐Ÿ“‚ Library ๐ŸŒ English

<p><span>Unleash the capabilities of Python and its libraries for solving high performance computational problems.</span></p><p><span>Key Features </span></p><p><span>โ— Explores parallel programming concepts and techniques for high-performance computing.</span></p><p><span>โ— Covers parallel algorith

MicroPython cookbook: over 110 practical
โœ Alsabbagh, Marwan ๐Ÿ“‚ Library ๐Ÿ“… 2019 ๐Ÿ› Packt Publishing, Limited ๐ŸŒ English

MicroPython is an open source implementation of Python 3 language that runs on embedded environments. With MicroPython you can write clean and simple Python code to control hardware instead of having to use complex low-level languages like C or C++. If you want to create devices that interact with p

Programming ArcGIS 10.1 with Python Cook
โœ Eric Pimpler ๐Ÿ“‚ Library ๐Ÿ“… 2013 ๐Ÿ› Packt Publishing ๐ŸŒ English

ArcGIS is an industry standard geographic information system from ESRI. This book will show you how to use the Python programming language to create geoprocessing scripts, tools, and shortcuts for the ArcGIS Desktop environment. This book will make you a more effective and efficient GIS profession

Python Parallel Programming Cookbook
โœ Giancarlo Zaccone ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p> <b>Master efficient parallel programming to build powerful applications using Python</b> </p> <h2>About This Book</h2> <ul> <li>Design and implement efficient parallel software</li> <li>Master new programming techniques to address and solve complex programming problems</li> <li>Explore the world

Python Parallel Programming Cookbook
โœ Giancarlo Zaccone ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Packt Publishing ๐ŸŒ English

Master efficient parallel programming to build powerful applications using Python About This Book โ€ข Design and implement efficient parallel software โ€ข Master new programming techniques to address and solve complex programming problems โ€ข Explore the world of parallel programming with this book,