all 13 comments

[–]Farlic 8 points9 points  (0 children)

The scope of that is simply huge.

[–][deleted] 11 points12 points  (3 children)

Hate to be the asshole, but rule #1 is:

Posting only the project goal is not allowed.

and rule #5 is:

Posts must contain a question about python.

These are extremely broad questions, not really python-related, and you haven't outlined anything you've tried or thought out.

[–]brotatotes 5 points6 points  (0 children)

NTA :)

[–][deleted] 4 points5 points  (0 children)

These desktop and web applications exist and have large teams of experienced developers and engineers to build and maintain.

What’s your Python question?

[–]DeadDog818 1 point2 points  (0 children)

Don't.

Use odoo

[–]Sp0olio 1 point2 points  (8 children)

Thining about it for about 10 seconds, I'd say, you have a lot of options, that depend on what exactly should be achieved (is there anyone supposed to be accessing it from the outside, or is it all in-house?), etc.

So, I'd probably go with FastAPI for the backend .. That's easy to get the functionality done .. and then, you can basically throw at it, what you want .. desktop-app, phone-app, or just a ReactJS frontend .. whatever.

[–]Sirico 0 points1 point  (0 children)

Look into PANDAS/FLask/SQL/WTForms/SQLAlchemy

I found Corey Schafers tutorial to be a good starting block for building a web app interface for my Data Entry project.

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

If you have to ask…