Difference between revisions of "Python"

From WikEmacs
Jump to navigation Jump to search
Line 1: Line 1:
 
== rope & ropemacs ==
 
== rope & ropemacs ==
  
'''rope''' is a library for refactoring and manipulating Python code. {{ModeLink|ropemacs}} is an Emacs interface to the rope library.
+
'''rope''' is a library for refactoring and manipulating Python code. '''{{ModeLink|ropemacs}}''' is an Emacs interface to the rope library.
  
 
[http://rope.sourceforge.net/ rope homepage]
 
[http://rope.sourceforge.net/ rope homepage]

Revision as of 15:11, 28 March 2012

rope & ropemacs

rope is a library for refactoring and manipulating Python code. ropemacs is an Emacs interface to the rope library.

rope homepage

ropemacs homepage

Pymacs

Pymacs is an Emacs extension that enables the use of Python alongside with Emacs Lisp.

Pymacs homepage

emacs-for-python

emacs-for-python is a bundle of the above modes (and more), and it's an easy way to turn Emacs into a Python IDE.

emacs-for-python at github