交互式编辑器Python:IEP
jopen
10年前
IEP 是一个跨平台,可交互的 Python IDE。它实用的设计旨在简化开发和提高效率 。IEP 包括一个编辑器,一个 Shell和一系列的工具,用各种不同的方式来帮助程序开发应用。
关键特性
- Powerful introspection
- Various ways to run code interactively or to run a file as a script.
- Shells run in a subprocess and can therefore be interrupted or killed.
- Multiple shells can be used at the same time, and can be of different Python versions (from v2.4 to 3.x, including pypy)
- Support for using several GUI toolkits interactively: PySide, PyQt4, wx, fltk, GTK, Tk.
- Magic commands similar to IPython.
- Matlab-style cell notation to mark code sections (by starting a line with ##).
项目主页:http://www.open-open.com/lib/view/home/1416463683430