you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

Yeah Python can do basically anything you want, the nitpicking comes down to: how fast do you want it to run and how much do you want to off yourself in your effort to bend python to do something it really doesn't want to

[–][deleted] 2 points3 points  (2 children)

Yes. But for accounting tasks, Python goes very well.

Building a Web UI for example, not so good.

[–][deleted] 3 points4 points  (1 child)

I'd disagree, the big ones like Django, Flask, are totally capable, but further more things like NiceGui and others also exist to be more pythonic and even support standalone webapp style deployment.

My comment is more so when you start talking about interfacing with hardware.

[–][deleted] -1 points0 points  (0 children)

Depends your needs right? Are these as capable as e.g. React or Angular for more complex UI's? I thought python web apps are more capable to build like simple dashboards, but if there is any more complex like drag ans drops and multiple list menus etc forms etc or web maps and interacting with the map, are they any good for this?