0

I prefer Notepad++ for programming but python's shell is really a quick way to view immediate results. Running the program from inside of notepad and locating the file everytime is too much time consuming. Is there a way to sync these so when I hit the F5 key in notepad Python's shell would pop up and run the program?

bzal
  • 201
  • 2
  • 9

2 Answers2

1

Try the PyNPP plugin for Notepad++.

Vader
  • 3,675
  • 23
  • 40
  • the PyNPP was exactly what I wanted but comparing the result of the result printed when the speed of a simple program using the interactive from notepad++ and from python's shell itself the results were drastically different. Why does it happen so? – bzal Mar 20 '16 at 04:21
1

Notepad ++ is intended for most programming languages. You can install an extension so that you can use it directly. ****THIS IS A DUPLICATE****

How to Execute a Python File in Notepad ++? Please check before you ask.

For your information this link can be helpful

http://mpcabd.xyz/notepad-plugin-to-run-python-scripts/

Community
  • 1
  • 1
Kingsley Zhong
  • 358
  • 2
  • 9