I am a bit of a noob in this department, so I was wondering what is the easiest way (i.e. least amount of time and effort) to create a stand alone application from a python script.
2 Answers
Since you've tagged your question [exe], I assume it is Windows-specific. Take a look at py2exe:
py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.