Re: What is unique about Python?

2005-12-19 Thread jhujsak
Indeed. I've found that I can code applications with 10-20% of the amount of code required by other languages and write the code in a correspondingly shorter period of time. The result is far less brittle, more functional and far more maintainable. This is code you can come back to a year later and

Looking for examples of developing new Tkinter Widgets in Tcl/Tk

2005-12-18 Thread jhujsak
Hi, Can anyone point me to any good examples of how to get started developing new Tkinter widgets in Tcl/Tk? I have read a number of the popular books on Python and Tkinter: - Grayson, J.E., Python and Tkinter Programming, Manning Publications, 2000 - Lutz, M., Programming Python, O'Reilly, 1996