Skip to Content
Hands-On Reactive Programming with Python
book

Hands-On Reactive Programming with Python

by Romain Picard
October 2018
Intermediate to advanced
420 pages
10h 26m
English
Packt Publishing
Content preview from Hands-On Reactive Programming with Python

Summary

This chapter detailed the different ways to create observables, from either existing objects or custom code logic. The factory operators that we documented are the ones that allow us to start any operator chain in ReactiveX. Of this list of operators, from_, create, and just are probably used the most frequently.

Understanding the difference between cold and hot observables is very important when developing a ReactiveX application. If this notion is not clear to you, you will not understand why some values are received several times on a cold observable or why some values are never received on a hot observable.

The previous chapters already contained examples of observable subscriptions. Now the different ways to subscribe to an observable, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Programming with Design Patterns

Python Programming with Design Patterns

James W. Cooper

Publisher Resources

ISBN: 9781789138726Supplemental Content