where argument 1 is the only argument.
Basically you answered your own question, "argument 1"really is the only argument.
In other words, you need to quote it, something like:
python testProgram.py "argument 1" 'argument 2'
This is not a Python issue, but it depends on the shell you use to run the Python script.
, bash , , , , $HOME - .