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?

1

2 Answers 2

1

Try the PyNPP plugin for Notepad++.

1
  • 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
    Commented Mar 20, 2016 at 4: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/

2
  • How? I have like 3 reputation! Commented Mar 21, 2016 at 1:33
  • Ok i use another stack exchange website and I have like 190 reputation i can get 100 for this one as soon i get that but thanks! Commented Mar 21, 2016 at 16:43

Not the answer you're looking for? Browse other questions tagged or ask your own question.