Python isn't really a good example of creating executables. There are programs that can package a python script with the interpreter into an executable, but its not nearly the same thing as a standard exe.. I mean, it would be as easy as packaging mirc.exe with a script into some single self-contained executable. If one of your goals is to discourage people from editing your scripts, such a solution wouldn't help.