thomasnield/oreilly_reactive_python_for_data

Any plans to update this for Python 3.6, 3.7 and RxPy3?

brianlmerritt opened this issue · 1 comments

This course is still advertised on O'Reilly but I wasted a lot of time with the very first lesson.

Observable.from_ is no longer valid, nor is from rx import Observer

https://stackoverflow.com/questions/53265156/python-rx-from-not-found-in-observable-observable

It's good that rxpy is now more like rxjs etc, but your course is now invalid unless you set a really old environment.

For anyone trying to make the transition to RxPy3, I found this: https://www.tutorialspoint.com/rxpy/rxpy_tutorial.pdf

I am working through the tutorial and updating this repository at the following fork: https://github.com/brianlmerritt/oreilly_reactive_python_for_data