Book Image

Hands-On Reactive Programming with Python [Video]

By : Syeda Seemab
Book Image

Hands-On Reactive Programming with Python [Video]

By: Syeda Seemab

Overview of this book

<p>Reactive Programming makes things easier by adding a toolbox of operators to filter, create, transform, and unify any of those observable streams. In just a few lines of maintainable code, we can have web sockets that receive multiple requests and handle them on an asynchronous process that serves a filtered output.</p> <p>This practical guide will take you steadily through an exploration of Reactive Programming. In this course, you will learn about Reactive Programming in Python using RxPY and simplify the way you write code and create robust enterprise applications. The course covers the major libraries on Python reactive extensions (RxPY) and explains in detail the role of asynchronous programming and event-based programming in building reactive extensions. You will look deep into its provided classes, methods, and operators, to help you to build a reactive application.</p> <p>By the end of the course, you will be equipped to solve real-world problems and have a clear understanding of when and how you should use the different approaches demonstrated in RxPY.</p> <p>The code bundle for this video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Hands-On-Reactive-Programming-with-Python-video-" target="_blank">https://github.com/PacktPublishing/Hands-On-Reactive-Programming-with-Python-video-</a></p> <h1>Style and Approach</h1> <p>A step-by-step guide to understanding and implementing Reactive Programming in Python to build a reactive application. Each part of this course involves practical examples for almost all RxPY library operators and modules, to help you to build a reactive application in Python.</p>
Table of Contents (5 chapters)
Chapter 3
Implementation of Observables Using RxPy Operators and Chaining
Content Locked
Section 2
Practical Code Examples for Some Important RxPy Operators
In this video, you are going to explore code examples for different operator categories. - Study code examples for operators for creating and transforming observables - Study code examples for operators for filtering observables - Study code examples for operators for combining observables