In Tkinter we can implement our application as.
在Tkinter中,我们可以这样实现应用程序。
Stir in such lightweight high-level language bindings as Perl/Tk or Tkinter.
请使用轻量级高级语言绑定(例如 Perl/Tk 或 Tkinter)。
The first thing worth looking at is what we might think of as the "default default" backend, Tkinter.
首先值得一看的,我们可能认为是作为“默认缺省值”的后端Tkinter。
This mechanism is quite different from the callback mechanism used by most toolkits, including Tkinter.
这种机制完全不同于包括Tkinter在内的大多数工具箱所用的回调(callback)机制。
A very basic PyQt application always has some boilerplate code that is the same everywhere, as does Tkinter code.
一个非常基本的Py Qt应用程序总有一些样本代码,这些代码在哪里都相同,Tkinter代码也是这样。
At least, it would be, if Tk and Tkinter weren't so darn good that there's little reason for programmers to go looking for substitutes.
至少可以这么认为,如果Tk和Tkinter不是这么糟糕,程序员就没有理由去寻找替代品了。
I confess that my knowledge of most of the backend toolkits is weak — but from what I can see, the anygui API is largely similar to Tkinter.
我承认我在大多数后端工具箱方面的知识很有限—但从我的理解,anygui API在很大程度上与Tkinter相似。
Labels are placed a little differently than on Tkinter, which indicates that one might not get precisely the same visual aesthetics between backends.
标签的放置与Tkinter上的有一点不同,这表示,一个人对不同后端不可能得到完全相同的视觉审美观。
In programming style, using Anygui is similar to using Tkinter, but the underlying toolkit is selected either automatically or with a configuration call.
在编程风格方面,使用Anygui类似于使用Tkinter,但是要选中这个底层工具箱,要么自动进行,要么进行配置调用。