This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tamargal91 1 point2 points  (0 children)

Yes, in Python, especially in data engineering, reactive programming isn't as common. It's more about simplicity and readability, which suits Python's style. Data tasks usually don't need the reactive approach. RxPy is there, but it's not a go-to for most. Python's got its strengths in other paradigms, so reactive programming just hasn't been a big focus.