PAF - Python Application Framework
Project description
This framework will make your life as a application developper a lot easier. PAF consists of a set of easy-to-use components, such as CORBA-support, error- handling and a GUI framework based on wxPython.
PAF is a set of python modules designed to shorten the development period needed to create applications in Python. If you have ever created your own applications you will know that a lot of the work needed to create an application is spent on ‘reinventing the wheel’. This makes application development a slow process. To remedy this problem a lot of solutions emerged. One of them is code reuse which is at the heart of every application framework.
The main idea behind the code reuse paradigm is that you don’t need to redevelop the common components of different applications. This is most obvious in the development of a GUI where a 90% of the code needed to get it up and running is the same in every application.