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 1
Introduction and Setup
Content Locked
Section 4
Exploring How Reactive Applications Work in Python
In this video, we will see how reactive applications work in Python. - Set up the environment for an RxPy reactive project. - Explore web socket handler and its code implementation for obtaining and filtering incoming data - Learn how to show the resulting response to the users