By opaque binary i mean so that people cannot see the source code if they open the file in their text editor, so instead of seeing:
print "You cant see me!"
it would be something like:
"0101010001010101001001010"
And yes, i am trying to do this with python.