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.

Audience

本教程针对希望通过简单易行的步骤学习 RxPY(即 Python 的响应式扩展)和它的编程概念的软件编程人员。

The tutorial is designed for software programmers who want to learn the basics of RxPY i.e. Reactive extension for Python and its programming concepts in simple and easy ways.

Prerequisites

我们建议你在继续阅读本教程之前先阅读与 Python 相关的教程。

We suggest you to go through tutorials related to Python, before proceeding with this tutorial.