- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/aroberge/easygui_qt
- 软件文档: https://github.com/aroberge/easygui_qt/blob/master/README.rst
软件介绍
EasyGUI_Qt
EasyGUI_Qt 是一个易学易用的 python GUI 图形开发库,EasyGUI_Qt 需要依赖于 pyqt4 或者 pyqt5。
Python Version
官方来说,这是一个只针对 Python 3 的项目。但是,我现在决定尝试为 Python 2 提供一些支持。除了一些 unicode 问题,所有小部件都应该与 Python 2 配合使用。
设计理念
像原来的 EasyGUI 一样,EasyGUI_Qt 寻求提供简单的 GUI 小部件,可以在过程程序中调用它。 EasyGUI_Qt 不是事件驱动:所有 GUI 交互都是通过简单的函数调用来调用的。
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!
