https://github.com/mearns/pydso
Dead Simple Observables, for Python
https://github.com/mearns/pydso
Last synced: about 1 month ago
JSON representation
Dead Simple Observables, for Python
- Host: GitHub
- URL: https://github.com/mearns/pydso
- Owner: mearns
- License: gpl-3.0
- Created: 2015-06-26T00:33:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T03:09:19.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T11:45:04.286Z (3 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyDso
Dead Simple Observables, for Python.
This is a toy implementation of some of the core **Reactive Programming** concepts,
especially as described in the vry excellent
["The introduction to Reactive Programming you've been missing"](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754).The purpose isn't for you to actually use this library. If you want reactive programming tools in
python, you can use something written by people who actually _grok_ reactive programming, such
as [RxPy](https://github.com/ReactiveX/RxPY).The purpose is to show that the basic concepts behind reactive programming are really simple.
Assuming I understand them correctly.