Rxpy 简明教程
RxPY Tutorial
RxPY 是一个用来支持响应式编程的 Python 库。RxPy 代表 Reactive Extensions for Python 。它是一个利用可观察对象来处理响应式编程(处理异步数据调用、回调和基于事件的程序)的库。本教程将通过合适的示例,让你充分了解 RxPY 的各项功能。
RxPY is a python library to support Reactive Programming. RxPy stands for Reactive Extensions for Python. It is a library that uses observables to work with reactive programming that deals with asynchronous data calls, callbacks and event-based programs. This tutorial will give you enough understanding on various functionalities of RxPY with suitable examples.