I'm considering making the switch from Matlab to Python. The application is quantitative trading and cost is not really an issue. There are a few things I love about Matlab and am wondering how Python stacks up (could not find any answers in the reviews I've read).
1) Is there an IDE for Python that is as good as Matlab's (variable editor, debugger, profiler)? I've read good things about Spyder, but does it have a profiler?
2) When you change a function on the path in Matlab, it is automatically reloaded. Do you have to manually re-import libraries when you change them, or can this been done automatically? This is a minor thing, but actually greatly improves my productivity.