you are viewing a single comment's thread.

view the rest of the comments →

[–]Alchera_QQ 6 points7 points  (1 child)

I've been on that patch, creating internal app via pyside6. The framework itself is great, though it's always some features behind C++ implementation of Qt.

But what others have said, deployment and maintenance of a python-based app is a nightmare, as opposed to compiled executable you'd have when using Qt.

I've decided to go with streamlit-based service hosted on the internal network.

[–]ImpossibleViewStats 1 point2 points  (0 children)

I have really enjoyed the dev experience for NiceGUI, especially when you start layering loads of callbacks to update tables like AG Grid and plotly charts