|
| DrPython
[ | Report broken link ]
Programming Language: Python
Description: DrPython is a clean and simple yet powerful and highly customizable editor/environment for developing programs written in the Python programming Language. It is written in Python, and uses the wxWidgets GUI Library
through the use of wxPython. Author: Daniel Pozmanter Homepage: http://sourceforge.net/projects/drpython/
App rating details: Total votes: 3 Overall rating: 10.00
How'd this get started?: Daniel - 'I wanted to teach python, and wanted a program like DrScheme.
That was the main itch. The secondary scratch
was I wanted something that looked and behaved the way I wanted,
something I could tweak to my heart's content."
"(DrPython's best features are) the degree of customization possible. The look and feel,
access to program commands, and scripting.
Its nice to be able to write quick little scripts to manipulate
text, bind them to the right click menu, and be able to run the
little
buggers on some highlighted text. Plus with plugins you can simply
add features, or rewrite parts of drpython to work the way you want.
You can have plugins loaded by default, or access them from a menu as
needed.
The last bit is the prompt. It runs in its own process,
so importing gtk and wx, or running sys.exit(0) only turns the prompt
off, it doesn't bring the whole program down."
[ Download DrPython now! | Get Support for DrPython at LinuxQuestions.org ]
|