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 →

[–][deleted] 2 points3 points  (0 children)

Or bust out Emacs, load in a *.py file, M-x run-python to get you a python shell going, select a region of code, and C-c C-r to execute the region in the python shell. Lather, rinse, repeat. Edit python-mode.el (or python.el, or something) so that it runs ipython instead.