python first project

Wolfgang Keller feliphil at gmx.net
Sat Jan 11 13:34:44 EST 2014


> i am programming a system that will be giving details about finance,
> purchase(bills pending bills and paid bill), employees record and
> salary details, warehouse records.
> 
> That is just all i intend to do this all on one GUI application
> window and to make it to be able to keep records for all the
> transaction which has been done inputted.  

If "keeping records" implies significant amounts of data, then this is
a typical case of a database application.

There are a couple of Python frameworks for this kind of application:

using wxPython:
Dabo      http://www.dabodev.com (already mentioned)
Defis     http://sourceforge.net/projects/defis/ (Russian only)
GNUe      http://www.gnuenterprise.org/

using PyQt:
Pypapi    https://pypi.python.org/pypi/PyPaPi/0.8
Camelot   http://www.python-camelot.com/
Qtalchemy http://www.qtalchemy.org/
Thyme     http://clocksoft.co.uk/downloads/
Kexi      http://www.kexi-project.org/

using PyGTK:
SQLkit    http://sqlkit.argolinux.org/
Kiwi      http://www.async.com.br/projects/kiwi/
Glom      http://www.glom.org

Sincerely,

Wolfgang



More information about the Python-list mailing list