|
Prev: Standard Equation Description Language?
Next: Python Agile Software Development Tools Screencasts
From: xkenneth on 7 Jul 2008 17:39 What does everyone consider essential for emacs python dev? Regards, Ken
From: Ben Finney on 7 Jul 2008 18:40 xkenneth <xkenneth(a)gmail.com> writes: > What does everyone consider essential for emacs python dev? GNU Emacs 22. The 'whitespace-mode' and 'python-mode' are good improvements in that version of Emacs. I've heard good things also about: 'ropemacs' <URL:http://rope.sourceforge.net/ropemacs.html>, an Emacs mode for using 'rope', a Python refactoring tool 'ido.el' <URL:http://www.cua.dk/ido.html>, an alternative mode for navigating multiple related buffers and files. -- \ “A society that will trade a little liberty for a little order | `\ will lose both, and deserve neither.” —Thomas Jefferson, in a | _o__) letter to Madison | Ben Finney
From: Bruno Desthuilliers on 8 Jul 2008 03:45 Ben Finney a écrit : > xkenneth <xkenneth(a)gmail.com> writes: > >> What does everyone consider essential for emacs python dev? > > GNU Emacs 22. > > The 'whitespace-mode' and 'python-mode' are good improvements in that > version of Emacs. > > I've heard good things also about: > > 'ropemacs' <URL:http://rope.sourceforge.net/ropemacs.html>, an Emacs > mode for using 'rope', a Python refactoring tool > > 'ido.el' <URL:http://www.cua.dk/ido.html>, an alternative mode for > navigating multiple related buffers and files. > Note really "esssential", but still a nice tool too: emacs code browser. http://ecb.sourceforge.net/
From: Jeff on 8 Jul 2008 07:41 I just use Python mode. For Django work, there is a Django mode as well. Cedet is helpful, too.
From: "Sebastian "lunar" Wiesner" on 10 Jul 2008 12:46 xkenneth <xkenneth(a)gmail.com>: > What does everyone consider essential for emacs python dev? yasnippet is worth being looked at -- Freedom is always the freedom of dissenters. (Rosa Luxemburg)
|
Pages: 1 Prev: Standard Equation Description Language? Next: Python Agile Software Development Tools Screencasts |