Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice on creating an app
#1
Hi,

I've created a small GUI in VBA to manage data from Access tables at work (manage customers, products, orders, stats, etc...)
It's working nice but I would like to convert it in Python to be able to code much more stuffs. I'm currently learning Python but before I start coding I would like to know a thing or two to avoid mistakes from the start...

1. Should I keep my Access tables and load data from this DB using pyodbc or is it better that I convert this DB and store all the data in json or txt files? The good point if I keep Access tables is that all my SQL queries are already done. Could Mongo be a good solution?
2. I realize tkinter is limited to build nice looking GUI, what about Kivy? wxPython? PyQT? or something else?

Thanks Smile
Reply


Messages In This Thread
Advice on creating an app - by Dzib - Jan-27-2020, 03:20 PM
RE: Advice on creating an app - by Marbelous - Jan-27-2020, 04:49 PM
RE: Advice on creating an app - by Dzib - Jan-28-2020, 06:48 AM
RE: Advice on creating an app - by Marbelous - Jan-28-2020, 04:43 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020