notepad++ 메뉴 > 실행 > 실행 > C:\Python25\python.exe "$(FULL_CURRENT_PATH)"
입력 > 실행
raw_input('press enter to continue...')
<Command name="launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
<Command name="Run with Python" Ctrl="no" Alt="no" Shift="yes" Key="112">python "$(FULL_CURRENT_PATH)"</Command>
Reopen NP++, and now it's easy and nice to run any python file strait from the editor.
More information on things like this in NP++: http://notepad-plus.wiki.sourceforge.net/Run