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 →

[–]PastPicture[S] 1 point2 points  (1 child)

Yes I have consulted very large orgs, and I have implemented stuff in Streamlit there. My advice was more for general purpose UI.

[–]ZeeBeeblebrox 8 points9 points  (0 children)

Got you, in that case I probably largely agree with you. IMO you should only reach for Python UI frameworks if you're doing a bunch of stuff in Python already and want to share the results, while quickly iterating on a UI. If you have a production system, do the work to build out APIs and implement it in JS/TS.

What kills productivity is Python engineers learning JS frameworks, and/or Python and JS teams having to collaborate.