- Hands-On Reactive Programming with Python
- Romain Picard
- 144字
- 2021-06-24 18:25:11
An Introduction to Reactive Programming
This first chapter covers the principles of reactive programming and ReactiveX. It is composed of three parts. The first part explains what reactive programming is and how it compares to other concepts and paradigms that are often used in event-driven programming. The second part explains the foundations of ReactiveX and RxPY, its Python implementation. This exploration of RxPY is explained with a simple example that allows us to understand the basics of ReactiveX. Finally, the last part is dedicated to the documentation of the ReactiveX project and the documentation of your projects. By the end of this chapter, you will be able to write some ReactiveX code and understand existing code.
The following topics will be covered in this chapter:
- What is reactive programming?
- An introduction to ReactiveX and RxPY
- A reactive echo application
- Marble diagrams
- Flow diagrams
推薦閱讀
- 30天自制操作系統
- Learning OpenDaylight
- Getting Started with oVirt 3.3
- Implementing Cisco UCS Solutions
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Linux操作系統基礎
- FreeRTOS實時內核應用指南
- Ganglia系統監控
- Windows Phone 7.5 Data Cookbook
- 嵌入式操作系統(Linux篇)(微課版)
- 嵌入式系統原理及開發
- Application Development in iOS 7
- Kali Linux高級滲透測試(原書第3版)
- bash shell腳本編程經典實例(第2版)
- CSS揭秘