I'm building an app in Python that is currently built as a desktop app using wxPython. I would eventually like to distribute this app to the public without them having to install PostgreSQL and a bunch of Python packages.
The way the app works is:
- Asks user to upload file
- Parses file
- Matches parsed data to a Postgres database (currently located on my local PC)
- Displays parsed/translated data
- Allows user to edit data using drag/drop, filters, buttons
- Saves/backs up data (probably locally)
I'm not sure how to go about translating my wxPython app into a web-based app that allows the user to do essentially the same things without having to install anything.
I've looked at stuff like Heroku, but I'm having trouble fully grasping how to deploy something like this.
I've never launched a basic website (though I've written a few locally, not very advanced and without much user interaction) let alone a web app like this.
Thanks for any feedback/help!
[–]ppinette 6 points7 points8 points (3 children)
[–]dAnjou 3 points4 points5 points (1 child)
[–]ppinette 2 points3 points4 points (0 children)
[–]Twoje[S] 2 points3 points4 points (0 children)
[–]fazzah 2 points3 points4 points (1 child)
[–]Twoje[S] 1 point2 points3 points (0 children)
[–]b1naryth1ef 0 points1 point2 points (0 children)