Suppose I have a group of people to whom I want to show my python program. I don't want to have to tell them each "Ok, go to the python website, install the interpreter, open IDLE, open my program, press F5, and then it will run". Is there some way I can just send them a file of some format and they can run it easily?
I was thinking in the way of embedding it into Java, but the solutions I've seen for that seem to still require the python interpreter to run it.
P.S. I'm new to python, so I would be extremely grateful if responses aren't too technical and confusing. :)