How-to articles, tricks, and solutions about RELOAD
How do I unload (reload) a Python module?
To unload a Python module, you can use the del statement to remove it from memory.