Python Part I - Set-up

/usr/bin/python -V. Python 2.7.10. Note: the absolute PATH is specified rather than just calling python to make sure we are calling the default system installed python. If we just call python we might get a different result, and indeed we do! python -V. Python 2.7.10 ................
................