I need to find out how to open my .py files after writing them in Notepad++. I find the interface more useful than the Python window.
In a tutorial I was following along with the guy uses
execfile(pathway)
but execfile does not work in 3.3.
Is there an equivalent statement in 3.x?