Database and GUI in Python?
Mogens Hansen
mogens_h at dk-online.dk
Thu May 8 13:58:17 EDT 2003
"Lars Dybdahl" <lars at dybdahl.net> wrote
> - is it possible to access databases from python?
Sure, see http://www.python.org/topics/database/
One option is MySQL for Python
(http://sourceforge.net/projects/mysql-python/)
> - Is it possible to create any kinds of GUI applications in python? (I
> use
> Linux)
One option is wxPython (http://www.wxwindows.org/ -
http://www.wxwindows.org/manuals/2.4.0/wx500.htm)
Another options is Tkinter
(http://starship.python.net/crew/fredrik/tkmanual/)
Kind regards
Mogens Hansen
More information about the Python-list
mailing list