Python-mode makes a number of editing and debugging features available to
Python programmers who use GNU Emacs or XEmacs. Included in its basic
feature set are:
- syntax coloring
- indent/dedent/electric newline support
- movement across major functional sections of code
- code execution in inferior Python processes
- class/function marking
- integration with pdb, the Python debugger
|