A lot of times, i try to import a python file as a module in interactive mode, but i notice an error in one of the functions, so i have to go and fix it, then i have to quit() python in interepter and re open it, then re-import the module which takes a good amount of time in my very slow pc, And if i notice another error then it is just a tudious task.
How can i delete a module from the python interepter without completely deleting it (allowing it to be re imported later) without restarting 'python'?