A Tcl/Tk programmer learns Python--any advice?

Cameron Laird claird at lairds.us
Tue Nov 8 18:08:03 EST 2005


In article <rowen-E98D49.10290408112005 at gnus01.u.washington.edu>,
Russell E. Owen <rowen at cesmail.net> wrote:
			.
		[acute observations]
			.
			.
>Features of Python that are well integrated and well worth using include:
>- objects
>- collection classes (including list, dict and set)
>- exception handling
>- default arguments for functions
			.
			.
			.
Tcl procedures roughly correspond to Python functions.
The arguments of Tcl procedures can have defaults. 

I find the rest of the summary quite apt.



More information about the Python-list mailing list