IPython workflow (edit, run)
When I’m working with python, I usually have two terminal windows open – one with IPython, and the other with a fairly customized Vim. Two good resources: http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/ http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/ Though it sounds like what you want is IPython’s magic function %ed/%edit: An example of what you can do: In [72]: %ed IPython will make a … Read more