conferences | speakers | series

Introduction to Reactive Programming with RxPY

home

Introduction to Reactive Programming with RxPY
FOSDEM 2020

Reactive Programming is an event based programming method. ReactiveX is a cross-platform implementation of Reactive Programming. It is heavily inspired from functional programming and contains many operators that allow to create, modify, and combine streams of events. Moreover it is composable and extensible. This short introduction presents Reactive Programming through RxPY, the Python implementation of ReactiveX.

The aim of this talk is to present RxPY to people that never used it, or used RxPY v1:

  • Reactive Programming, ReactiveX, and RxPY
  • The Reactive Hello World
  • How to deal with errors
  • how to deal with concurrency
  • A real life example

Speakers: Romain Picard