Re: [Tutor] Functional tutorial covering SQL database + GUI interface

2011-11-28 Thread Alan Gauld
On 28/11/11 17:49, Monte Milanuk wrote: Is there / do you know of any tutorial that covers actually using an SQL database with a GUI interface (say, sqlite and tkinter since they come packaged with python by default) to build something moderately useful like a small address book i.e. CRUD applic

[Tutor] Functional tutorial covering SQL database + GUI interface

2011-11-28 Thread Monte Milanuk
Hello all, Thought I might ask here just to make sure my Google-fu isn't on the fritz and I'm not missing something already existing... Is there / do you know of any tutorial that covers actually using an SQL database with a GUI interface (say, sqlite and tkinter since they come packaged with