I am looking for something similar to 'clear' in Matlab: A command/function which removes all variables from the workspace, releasing them from system memory. Is there such a thing in Python?
EDIT: I want to write a script which at some point clears all the variables.