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

๐Ÿ“

Parallel Programming with Python

โœ Scribed by Jan Palach


Publisher
Packt Publishing
Year
2014
Tongue
English
Leaves
122
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Develop efficient parallel systems using the robust Python environment

About This Book
โ€ข Demonstrates the concepts of Python parallel programming
โ€ข Boosts your Python computing capabilities
โ€ข Contains easy-to-understand explanations and plenty of examples

Who This Book Is For
If you are an experienced Python programmer and are willing to utilize the available computing resources by parallelizing applications in a simple way, then this book is for you. You are required to have a basic knowledge of Python development to get the most of this book.

What You Will Learn
โ€ข Explore techniques to parallelize problems
โ€ข Integrate the Parallel Python module to implement Python code
โ€ข Execute parallel solutions on simple problems
โ€ข Achieve communication between processes using Pipe and Queue
โ€ข Use Celery Distributed Task Queue
โ€ข Implement asynchronous I/O using the Python asyncio module
โ€ข Create thread-safe structures

In Detail
Starting with the basics of parallel programming, you will proceed to learn about how to build parallel algorithms and their implementation. You will then gain the expertise to evaluate problem domains, identify if a particular problem can be parallelized, and how to use the Threading and Multiprocessor modules in Python.
The Python Parallel (PP) module, which is another mechanism for parallel programming, is covered in depth to help you optimize the usage of PP. You will also delve into using Celery to perform distributed tasks efficiently and easily. Furthermore, you will learn about asynchronous I/O using the asyncio module. Finally, by the end of this book you will acquire an in-depth understanding about what the Python language has to offer in terms of built-in and external modules for an effective implementation of Parallel Programming.
This is a definitive guide that will teach you everything you need to know to develop and maintain high-performance parallel computing systems using the feature-rich Python.


๐Ÿ“œ SIMILAR VOLUMES


Parallel Programming with Python
โœ Jan Palach ๐Ÿ“‚ Library ๐Ÿ“… 2014 ๐Ÿ› Packt Publishing ๐ŸŒ English

Develop efficient parallel systems using the robust Python environment About This Book โ€ข Demonstrates the concepts of Python parallel programming โ€ข Boosts your Python computing capabilities โ€ข Contains easy-to-understand explanations and plenty of examples Who This Book Is For If you are an

Parallel Programming with Python
โœ Jan Palach ๐Ÿ“‚ Library ๐Ÿ“… 2014 ๐Ÿ› Packt Publishing ๐ŸŒ English

In Detail Starting with the basics of parallel programming, you will proceed to learn about how to build parallel algorithms and their implementation. You will then gain the expertise to evaluate problem domains, identify if a particular problem can be parallelized, and how to use the Threading a

Parallel Programming with Python
โœ Jan Palach ๐Ÿ“‚ Library ๐Ÿ“… 2014 ๐Ÿ› Packt Publishing - ebooks Account ๐ŸŒ English

<b>Develop efficient parallel systems using the robust Python environment</b><h2>About This Book</h2><ul> <li>Demonstrates the concepts of Python parallel programming</li> <li>Boosts your Python computing capabilities</li> <li>Contains easy-to-understand explanations and plenty of examples</li> </ul

Parallel programming with Python: develo
โœ Martini, Lis Marie; Palach, Jan ๐Ÿ“‚ Library ๐Ÿ“… 2014 ๐Ÿ› Packt Publishing Limited ๐ŸŒ English

A fast, easy-to-follow and clear tutorial to help you develop Parallel computing systems using Python. Along with explaining the fundamentals, the book will also introduce you to slightly advanced concepts and will help you in implementing these techniques in the real world. If you are an experience