[Paul F Dubois]
> ...
> I couldn't even find the list of command-line options for Python itself
> except a mention of -c in the tutorial. Any pointers would be appreciated.
Do
python -h
On Unixish boxes I believe there's also a man page (Misc/python.man).