Iep: Difference between revisions
Jump to navigation
Jump to search
Bradley Monk (talk | contribs) No edit summary |
Bradley Monk (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<big>[http://www.iep-project.org iep-project.org homepage]</big> | <big>[http://www.iep-project.org iep-project.org homepage]</big> | ||
<mediaplayer image='http://bradleymonk.com/w/images/2/2d/Iep.png' width='500' height='300'>https://www.youtube.com/watch?v=bvQVGnaZ4oE</mediaplayer> | |||
<mediaplayer image='http://bradleymonk.com/w/images/2/2d/Iep.png' width='500' height='300'> | |||
==Key Features== | ==Key Features== |
Latest revision as of 21:24, 12 May 2015
<mediaplayer image='http://bradleymonk.com/w/images/2/2d/Iep.png' width='500' height='300'>https://www.youtube.com/watch?v=bvQVGnaZ4oE</mediaplayer>
Key Features
- 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 ##).