Hello,
I have quite a few problems and a hard time researching it so if any one can at least point me in the right direction that would be a BIG help.
1) I am working on a program in python. The program will allow me to get the true price of any item i want to order off line and have shipped here. For example, If I want to order a laptop from amazon, I have to go to this huge customs tariff book (I live in the Bahamas) and look up the tariff percentage on laptops(or electronics) and then calculate that and later on when my item has arrived I have to fill out a big waste of time form for customs. So i decided to make a program that will do all the calculations, and print out a form with the information filled out already. Smart hey, but one problem i do not know how... I know that because the tariff folder is so big i am going to have to use a database to make it easier to manage but i do not know how to get python talking to the database. I have been browsing for days looking for a clear, easy and free tutorial on this but to no avail. can any one please help me with this.
2)Now another part to the program is making it user friendly aka a GUI, can any one point me in the direction of a tutorial about making one with python? (that is easy to understand).
thank you,
edkelly255



