In short
How to force python interpreter to load the most up-to-date code version of my module everytime I make some changes in the module code?
Maybe useful for others. In Spyder 3.0.0, the modules can be reloaded by,
Tools -> Update modules names list.
It worked for me.