I develop in both languages and I don't find them similar at all. If you modify a python module, for example, how do you easily re-import that module in your REPL? Python caches modules once imported and doesn't let you easily re-import a module that's been changed, right? And how do you modify a function and hot-swap it in while the rest of your code is still running?