What do I need to look at to see whether I\'m on Windows or Unix, etc?
If you are running macOS X and run platform.system() you get darwin because macOS X is built on Apple's Darwin OS. Darwin is the kernel of macOS X and is essentially macOS X without the GUI.
platform.system()