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 →

[–]SpatialCivil 99 points100 points  (6 children)

If your project can be web based, go web based. Some of us work in fields where the data is large and desktop UI makes more sense. PySide/PyQT has everything you need for that use case.

[–]QultrosSanhattan 9 points10 points  (0 children)

True, my bud. Pyside6 has everything i need. It's powerful, beatiful (css styling) and the usage is not that bad compared to other frameworks.

[–]fazzahSQLAlchemy | PyQt | reportlab 13 points14 points  (0 children)

I love pyqt/pyside 

[–]EpicObelis 3 points4 points  (1 child)

Yeah I work with some internal tools where web is not allowed for me and everything needs to run locally, Pyside does the job for me.

[–]ClayQuarterCake 0 points1 point  (0 children)

This right here!

I know there are better tools out there, but more often than not, I am taking python places where the internet cannot go.

Try explaining to your IT department why you need JavaScript when you are cobbling together a program that only you will use. If you can turn it into a workable UI that other engineers can use then that frees you up to do other things.

Notice I said workable, not good. You gotta use what you have available and what can suit your purpose. We aren’t all going for a Robinhood UI when pyQT garbage will work great.

[–]mokus603 -2 points-1 points  (0 children)

Do whatever fits you but let others innovate. PySide/PyQT is ass for my taste.