<h4>Key Features</h4><ul><li>Build highly efficient, robust, and concurrent applications</li><li>Work through practical examples that will help you address the challenges of writing concurrent code</li><li>Improve the overall speed of execution in multiprocessor and multicore systems and keep them h
Learning Concurrency in Python: Build highly efficient, robust, and concurrent applications
β Scribed by Elliot Forbes
- Publisher
- Packt Publishing
- Year
- 2017
- Tongue
- English
- Leaves
- 352
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Key Features
β’ Build highly efficient, robust, and concurrent applications
β’ Work through practical examples that will help you address the challenges of writing concurrent code
β’ Improve the overall speed of execution in multiprocessor and multicore systems and keep them highly available
Book Description
Python is a very high level, general purpose language that is utilized heavily in fields such as data science and research, as well as being one of the top choices for general purpose programming for programmers around the world. It features a wide number of powerful, high and low-level libraries and frameworks that complement its delightful syntax and enable Python programmers to create.
This book introduces some of the most popular libraries and frameworks and goes in-depth into how you can leverage these libraries for your own high-concurrent, highly-performant Python programs. We'll cover the fundamental concepts of concurrency needed to be able to write your own concurrent and parallel software systems in Python.
The book will guide you down the path to mastering Python concurrency, giving you all the necessary hardware and theoretical knowledge. We'll cover concepts such as debugging and exception handling as well as some of the most popular libraries and frameworks that allow you to create event-driven and reactive systems.
By the end of the book, you'll have learned the techniques to write incredibly efficient concurrent systems that follow best practices.
What you will learn
β’ Explore the concept of threading and multiprocessing in Python
β’ Understand concurrency with threads
β’ Manage exceptions in child threads
β’ Handle the hardest part in a concurrent system β shared resources
β’ Build concurrent systems with Communicating Sequential Processes (CSP)
β’ Maintain all concurrent systems and master them
β’ Apply reactive programming to build concurrent systems
β’ Use GPU to solve specific problems
β¦ Table of Contents
- Speed It Up!
- How About Parallel It?
- Life of Thread
- Synchronization Between Threads
- Communication Between Threads
- Debug and Benchmark Threads
- Executors and Pools
- Multiprocessing
- Event-driven Programming
- Reactive Programming
- Using GPU
- Choosing a Solution
β¦ Subjects
Debugging; Multithreading; Python; Concurrency; Asynchronous Programming; Parallel Programming; Reactive Programming; GPU Programming; Twisted; Event-Driven Programming; asyncio
π SIMILAR VOLUMES
Take advantage of Kotlin's concurrency primitives to write efficient multithreaded applications Key Features Learn Kotlinβs unique approach to multithreading Work through practical examples that will help you write concurrent non-blocking code Improve the overall execution speed in multiprocessor an
Take advantage of Kotlin's concurrency primitives to write efficient multithreaded applications Key Features Learn Kotlinβs unique approach to multithreading Work through practical examples that will help you write concurrent non-blocking code Improve the overall execution speed in multiprocessor an
Learn how to use Python to create efficient applications About This Book Identify the bottlenecks in your applications and solve them using the best profiling techniques Write efficient numerical code in NumPy, Cython, and Pandas Adapt your programs to run on multiple processors and machines with pa
<h4>Key Features</h4><ul><li>Build highly efficient, robust, and concurrent applications</li><li>Work through practical examples that will help you address the challenges of writing concurrent code</li><li>Improve the overall speed of execution in multiprocessor and multicore systems and keep them h