ready to use python, need help with GUI decision

DH no at sp.am
Sun Mar 7 12:25:04 EST 2004


> I am totally hooked on what I have learned about python.  I am going to use
> it to develop a simple data entry app I need for some financial record
> keeping.

For a simple data entry app, it really doesn't matter as much.  But I 
guess if you need it to work on Windows & Mac & Linux, I'd use wxPython 
or Tkinter.

I assume you will have some text fields and such to add or edit a 
record, and some code to store records in a database perhaps.
See the dbBrowser sample for PythonCard, which is based on wxPython:
http://pythoncard.sourceforge.net/samples/dbBrowser.html

Although for your app you might just want to use a standalone database 
like pysqlite or gadfly instead of mysql.



More information about the Python-list mailing list