落就是一道风景线……

Posts Tagged ‘GUI’

GUI Programming in Python

05.14.2010 · Posted in Python

Python has a huge number of GUI frameworks (or toolkits) available for it, from Tkinter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as “native”) technologies. GUI Programming in Python is a similar page. It’s not apparent to this reporter how the aims of the two ...