5

I am an intermediate Python programmer that uses Eclipse with the Pydev plugin. Now I plan to switch to Emacs to speed up coding. I am struggling with the Emacs configuration and want to add support for iPython, pylint and Python auto-completion. I installed Emacs24.2.

  • How can I add iPython, Python auto-completion and pylint to my Emacs24.2?
  • Can you additionally recommend a tutorial or howto?
Jon
  • 11,356
  • 5
  • 40
  • 74

1 Answers1

2

Pretty much everything can be found from the emacswiki page for python

As for setting it up, there are plenty of videos on youtube.

PascalVKooten
  • 20,643
  • 17
  • 103
  • 160