Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Reactive Programming with Python

You're reading from   Hands-On Reactive Programming with Python Event-driven development unraveled with RxPY

Arrow left icon
Product type Paperback
Published in Oct 2018
Publisher Packt
ISBN-13 9781789138726
Length 420 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Romain Picard Romain Picard
Author Profile Icon Romain Picard
Romain Picard
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. An Introduction to Reactive Programming FREE CHAPTER 2. Asynchronous Programming in Python 3. Functional Programming with ReactiveX 4. Exploring Observables and Observers 5. Concurrency and Parallelism in RxPY 6. Implementation of an Audio Transcoding Server 7. Using Third-Party Services 8. Dynamic Reconfiguration and Error Management 9. Operators in RxPY 10. Testing and Debugging 11. Deploying and Scaling Your Application 12. Reactive Streams for Remote Communication 13. A Checklist of Best Practices 14. Assessments 15. Other Books You May Enjoy

What this book covers

Chapter 1, An Introduction to Reactive Programming, gives an overview of event-driven programming and reactive programming.

Chapter 2, Asynchronous Programming in Python, presents the foundations of asynchronous programming and the different ways to deal with input/output. It provides an initial introduction to AsyncIO.

Chapter 3, Functional Programming with ReactiveX, provides insights on how to structure the code of an application with ReactiveX, and how to use functional programming in particular.

Chapter 4, Exploring Observables and Observers, goes into the details of observables and observers, and all the possible ways to create observables.

Chapter 5, Concurrency and Parallelism in RxPY, explains how RxPY manages CPU concurrency via schedulers.

Chapter 6, Implementation of an Audio Transcoding Server, goes through the initial implementation of a realistic reactive and functional application.

Chapter 7, Using Third-Party Services, is a continuation of the previous chapter, explaining how to integrate an existing SDK with AsyncIO and RxPY. It also introduces Docker, a container-management platform.

Chapter 8, Dynamic Reconfiguration and Error Management, goes into functionalities and robustness in more depth, explaining how ReactiveX makes it simple to manage dynamic changes.

Chapter 9, Operators in RxPY, runs through a detailed documentation of 40 widely used operators that have not been covered in the book so far.

Chapter 10, Testing and Debugging, explains how to test reactive code, and how to debug it.

Chapter 11, Deploying and Scaling Your Application, shows how to deploy a Python application on the cloud and how to scale it, thanks to Docker, Docker Compose, and Traefik.

Chapter 12, Reactive Streams for Remote Communication, covers a rather advanced topic. It paves the way to reactive systems, and the global use of observables to communicate between applications.

Chapter 13, A Checklist On Best Practices, contains some final notes on things that are easy to forget when starting to code reactive applications.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime