Python makes it easy to create reactive applications. With RxPY, make your applications concurrent and asynchronous.
About This Video
- RxPY library operators can be used to simplify your code writing and create robust applications.
- To deliver a smooth user experience, you must understand the functionalities of reactive programming. Make your applications responsive.
- Implement the functionality of RxPY library observers, observers, observables and other useful modules in your application development
Reactive programming makes it easier by providing a set of operators that can filter, create, transform and unify any observable stream. We can create web sockets that accept multiple requests and then handle them in asynchronous processes that serve a filtered output. This is possible with just a few lines.
This guide will help you navigate the world of reactive programming. This course will teach you how to use RxPY to create robust enterprise applications and simplify your code. This course will cover the major libraries of Python reactive extensions (RxPY). It will also explain in detail the roles of event-based programming and asynchronous programming in building reactive extension. To help you build a reactive app, you will examine the methods, classes, and operators provided by RxPY.
You will be able to solve real-world problems by the end of this course and you will have a clear understanding about when and how to use the RxPY approaches.
The code bundle for this video course is available at - https://github.com/PacktPublishing/Hands-On-Reactive-Programming-with-Python-video-