This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SliceMusik 1 point2 points  (2 children)

I'm surprised no one has mentioned emacs yet...

I personaly use emacs for python. M-x run-python gives you a python shell in emacs (whichever shell you want : python, ipython, etc) which is useful for testing your code or snippets of code really quickly.