|
|
|
|
| 什么是 PyAlaCarte, PyAlaMode, PyCrust, PyShell |
 什么是 PyAlaCarte, PyAlaMode, PyCrust, PyShell - lawme [ 2005-11-14 10:08 | 1,191 byte(s)]
 Re: 什么是 PyAlaCarte, PyAlaMode, PyCrust, PyShell - limodou [ 2005-11-14 10:57 | 14 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
wxPython 有几个工具:
PyAlaCarte
PyAlaCarte is a Python source code editor. It is designed to have a simple, single-file interface. As a standalone application, it is good for simple, short editing tasks. But it is really meant to be more of an example of how to embed the Py editor into a wxPython application.
PyAlaMode
PyAlaMode is a Python source code editor.
PyCrust
PyCrust is an interactive, Python shell. But it's more than just a shell. It includes a tabbed notebook containing a namespace tree (PyFilling), and several other things.
PyFilling
PyFilling is a namespace viewer. It isn't really useful as a standalone program, but it does illustrate how to make use of the underlying filling module.
PyShell
PyShell is an interactive, Python shell. It shares the same base code as PyCrust, but doesn't have any of the extra features that appear in the PyCrust notebook interface.
|
|
|
[Original]
[Print]
[Top]
|
|
|