[PR #623] [CLOSED] Add Reactive Programming section and RxPY #564

Closed
opened 2025-11-06 12:57:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/623
Author: @battlesdev
Created: 4/21/2016
Status: Closed

Base: masterHead: jerodestapa-RxPY


📝 Commits (2)

  • 4fe14be Added Reactive Programming section and RxPY
  • 4aa0e3e Corrected warehouse.python.org link --> pypi.io

📊 Changes

1 file changed (+8 additions, -2 deletions)

View changed files

📝 README.md (+8 -2)

📄 Description

Why this framework/library/software/resource is awesome?

RxPY is pretty sweet. You get all the benefits of reactive programming in Python, namely:

  • Asynchronous data streams with observables
  • LINQ-style query operators
  • Schedulers for modular streams

In short, it gives you the ability to program in a declarative style utilizing composition, as opposed to an imperative style utilizing inheritance.

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/623 **Author:** [@battlesdev](https://github.com/battlesdev) **Created:** 4/21/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jerodestapa-RxPY` --- ### 📝 Commits (2) - [`4fe14be`](https://github.com/vinta/awesome-python/commit/4fe14bea06a0810b60cdaee27aa62d7958335160) Added Reactive Programming section and RxPY - [`4aa0e3e`](https://github.com/vinta/awesome-python/commit/4aa0e3e9dd9db96a7947679ffb69de7b35524264) Corrected warehouse.python.org link --> pypi.io ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -2) </details> ### 📄 Description ## Why this framework/library/software/resource is awesome? RxPY is pretty sweet. You get all the benefits of reactive programming in Python, namely: - Asynchronous data streams with observables - LINQ-style query operators - Schedulers for modular streams In short, it gives you the ability to program in a declarative style utilizing composition, as opposed to an imperative style utilizing inheritance. ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:57:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#564