E
E
esy19932015-01-17 22:14:59
Python
esy1993, 2015-01-17 22:14:59

Where can I find GUI literature for sqlite database in conjunction with Python?

Good afternoon!
I ask for help in finding literature, reference books, sites, etc., which tell about the development of a GUI for the sqlite database. Very desirable with examples, at least simple interfaces.
There is a lot of material on the net both on Python and on SQL and on the Python GUI, but I can’t dig up anything that can intelligibly explain how it all works together.
PS
Can be in English

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
tugo, 2015-01-18
@esy1993

1. To make a GUI in Python, I recommend PyQt.
The book www.ozon.ru/context/detail/id/7548553 Poor, but at least some.
2. Interface for SQLite. Install the Mozilla browser and the SQLite Manager add-on. Excellent program. See how the interface is implemented there and try to repeat it.

S
Sergey Ozeransky, 2015-01-18
@KREGI

You are now confusing cold with soft. Do you need a DBMS for sqlite? The GUI for python is the Tkinter library, for example.

D
Daulet, 2015-01-18
@Danil38

I confirm the above comments
Gui write in PyQT
and wrap the sqlite standard library
Sqlitebrowser

E
esy1993, 2015-01-18
@esy1993

Am I understanding correctly that PyQt is the most appropriate tool? I came across Tkinter from the first comment, also wxWindgets, what to choose?
Thanks for the help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question