I downloaded RxPY and was watching the Rx tutorials when I came across:
So how would I get the above working in Python with RxPY? In particular, the query q = from x in xs where...
is not syntactically valid Python code -- so how would this be changed?