⇤ ← Revision 1 as of 2002-07-14 23:17:22
Size: 504
Comment:
|
Size: 690
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
---------- Not sure the right spot for this addition, but I'm looking for a comparision of Python vs. REALBasic for GUI Application development TIA, - Dean goodmansond@yahoo.com |
To compare libraries, it is often useful to have the same problem implemented using different libraries.
This could be one medium size application (this has been discussed in com.lang.python). But it could also be demo implementations of common GUI related tasks:
- certain effects using layout managers
- dynamic menus
- loading key bindings from a configuration file (and changing menu labels and tooltips accordingly)
This could actually be the start of a cookbook for each toolkit.
Not sure the right spot for this addition, but I'm looking for a comparision of Python vs. REALBasic for GUI Application development TIA, - Dean goodmansond@yahoo.com