Something I recently had to figure out was how to pass hardcoded arguments to a Python program when running it. I wanted to do it in the IDE rather than having to switch back and forth to a command window to run the program.
In PyCharm 1.5.2, you can click on Run
, then Edit Configurations
. The third textbox from the top, labeled Script parameters
, allows you to hardcode program parameters. These will be used each time the program is run from PyCharm.