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
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
