I know how to manually add a variable with the control panel. There doesn't seem to be any shortage of information about that. But what I am interested in is how to add a system variable to the list (not just appending the 'PATH' variable) by using a python program. So far what I've gathered is using os.environ is my best bet.... somehow. It seems that it's good for seeing what's already there and not much else.
So, in short what I want to do is add 'SYS_VAR' with the path C:\suspiious_folder to the system variable list.
Edit : I do want to permanently add to the list of system variables.