COMP 200 Resources

[Rice University]

iPython Registration in Windows 

To make your favorite editor such as Notepad++ work seamlessly with Python, please follow this step-by-step guide.  

This modification of your Windows Registry will enable you to easily bring up the iPython interactive prompt at the folder in which you are doing your work.   You will then be able to easily run your Python programs after you have saved them from your editor.

 ipythonregstep4.png

iPython will open with its default folder set to the folder you selected, e.g. the HW01 folder above.    Now you can easily run the program you saved from your favorite editor.   For example, simply type "run myProgram" to run your program where your work was saved as "myProgram.py"

 

Thanks to Dr. Devika Subramanian for much of these instructions!