Long story short: pythonw.exe does nothing, python.exe accepts nothing (which one should I use?)
pythonw.exe
python.exe
test.py:
print \"a\"
See here: http://docs.python.org/using/windows.html
pythonw.exe "This suppresses the terminal window on startup."