Best way to do data source abstraction

2006-06-01 Thread Arthur Pemberton
What is the best way to do data source abtraction? For example have different classes with the same interface, but different implementations. I was thinking of almost having classA as my main class, and have classA dynamically "absorb" classFood into to based on the extension of the input file rec

Any other config parsing modules besides ConfigParser ?

2006-05-29 Thread Arthur Pemberton
Are there any other good config parser modules for python? I am looking for something a bit more versatiles than ConfigParser. Thank you. -- To be updated... -- http://mail.python.org/mailman/listinfo/python-list

Best way to check that a process is running on a Unix system?

2006-05-27 Thread Arthur Pemberton
Hello list, What is the best way to check that a process is running (or better yet number of instances) based on the name of the process? Would have to work on a unix/linux system. Thank you. -- To be updated... -- http://mail.python.org/mailman/listinfo/python-list

RAD tutorials and tools for GUI development with Python?

2006-03-08 Thread Arthur Pemberton
Hey guys, I would really like to code a few more widely useable apps, but coding the GUI just seems so boring and unnecessarily complex. Maybe I was spoilt by Borland's Delphi/Kylix. But is there any way to do as little coding of the GUI as possible, and worry about the logic? The best I've seen i

Photogallery written in Python?

2005-12-30 Thread Arthur Pemberton
Does anyone know of a photo gallery implemented in python? Preferably one as featureful as those used at kde-look.org and art.gnome.org?Thank you. -- As a boy I jumped through Windows, as a man I play with Penguins. -- http://mail.python.org/mailman/listinfo/python-list

Seperating logic code from gui code

2005-12-04 Thread Arthur Pemberton
Hello, I am new to Qt programming and PyQt. I am attempting to build a client for AllofMp3.com, I already have most of the logic code down. But now I want to build a GUI with PyQt. What rules should I follow to make the program useable in the console, but also with a GUI? Thank you.-- As a boy I