Difference between revisions of "Python"

From WikEmacs
Jump to navigation Jump to search
m (added category)
(Cat: Programming -> Programming languages)
Line 19: Line 19:
 
[https://github.com/gabrielelanaro/emacs-for-python/ emacs-for-python at github]
 
[https://github.com/gabrielelanaro/emacs-for-python/ emacs-for-python at github]
  
[[Category:Programming]]
+
[[Category:Programming languages]]

Revision as of 17:31, 25 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