Python 集成开发环境 BeeWare
- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://pybee.org/
软件介绍
BeeWare 是一组帮助开发,调试和运行 Python 软件的工具集合。跟传统的 IDE 不一样,BeeWare 的每个部分都遵循 “做一件事并把它做好” 的Unix 的哲学,并且每个组件都是自包含的,即可以被独立使用
BeeWare 包含的工具:
BeeWare 包含的库:
-
GUI 工具包 Toga:一个可以被用于开发桌面/移动应用的,使用 Python 编写的 OS 原生 GUI 套件
-
iOS template:一个易于将 Python 代码部署到 iOS 上的模板项目
-
Android template:一个易于将 Python 代码部署到 Android 上的模板项目
-
rubicon:一组在 Python 语言与其他语言环境之间建立桥接(bridge)的工具
-
cassowary:一个 Cassowary constraint 解析算法的纯 Python 实现
Think Python
Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99
Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!
