Python vs TCL

Fredrik Lundh effbot at telia.com
Thu Sep 21 15:19:11 EDT 2000


Cameron Laird wrote:
> Whoops!  One of the most certain differences between
> the two is that Tk graphics in the current versions
> are faster than Tkinter's.

Note that the canvas interface has been optimized in 2.0.
For example, Gordon Williams' infamous plotting benchmark
runs over 50 times faster under 2.0.

:::

The Tkinter3000 project [1] aims to get rid of all remaining
bottlenecks.  More on that some other day.

</F>

1) http://w1.132.telia.com/~u13208596/tkinter/index.htm



More information about the Python-list mailing list