Hi,<br><br>How can I free all the memory in python by deleting all variables. I am looking for the equivalent of 'clear' from Matlab.<br><br>I know del x deletes a variable x, but it doesn't free all the available memory.<br>
<br>Thank you<br>