en-NL
Architecting Parallel Python

Architecting Parallel Python

Modern Concurrency Patterns for Python 3.14
Iede Snoek
Language: Dutch - ISBN: 9789465383705
eBook (EPUB)
€15.00
€15.00

Synopsis

In "Architecting Parallel Python: Modern Concurrency Patterns for Python 3.14," Iede Snoek provides a comprehensive guide to building robust, scalable, and responsive systems. Drawing from decades of ICT experience, Snoek explores how to transition from traditional synchronous programming to modern parallel architectures. The book covers essential design patterns, including: Active Object: Decoupling method invocation from execution for flexible systems. Monitor Pattern: Protecting shared resources through state encapsulation. Reactor & Actor Patterns: Scaling performance and driving resilient, distributed systems through non-blocking I/O and asynchronous message passing. Join & Double-Check Patterns: Synchronizing tasks and optimizing lazy initialization. Each chapter features practical Python 3.14 implementations, detailed unit tests, and real-world examples—from IoT car controls to network servers. It is an invaluable resource for developers seeking to master thread safety, fault isolation, and high-performance concurrency

About Iede Snoek

My name Iede Snoek, and Iive in the Netherlands, so Dutch is my native tongue. Having a degree in musicology, I worked in ICT since 1995 and used such diverse languages as C#, Python, Rust and even Smalltalk. However, most of my career I have worked in .NET. The last couple of years, I have been experimenting and working with Python and falling in love with it, as it is both flexible, safe and above all performant. In my free time I like to spend time with my friends, travel, make music, and even better listen to music.

Product specifications

BindingeBook (EPUB)
LanguageDutch
Publishing dateSunday, 11 January 2026
Edition1
ISBN9789465383705
AuthorIede Snoek
CategoryComputer > Software