I am running a script on an ipython laptop (with Chrome) and noticed that it is 11 times slower than if I were running the same script in Python, using spyder as my IDE. The script is pretty simple: it's just a collection of loops and calculations on a pandas frame. The output does not output or write to external files. I expect the code to be slow because it is not vectorized, I believe that Ipython may include some overhead, but 11 times ...! Can you come up with any reasons? Any suggestions?
Thanks!
ipython ipython-notebook
Pythonista anonymous
source share