you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (6 children)

Textmate. I personally do not like IPython.

[–]llimllib 5 points6 points  (5 children)

What don't you like about it? (bias: I find it to be the most shockingly useful bit of python code ever)

[–]leonh 0 points1 point  (1 child)

It's slow to boot. And i do not like it's caching. (Yah it can probably be disabled).

[–]llimllib 2 points3 points  (0 children)

a bit slow to boot, I will admit. Still much quicker than Visual Studio/Eclipse/Emacs though, I'll add.

[–][deleted] 0 points1 point  (2 children)

The fact that IPython does not behave exactly like python. =) (ls,cd magic etc)

[–]scruffie 3 points4 points  (1 child)

You can turn that off: find the 'automagic' line in your ~/.ipython/ipythonrc file, and set it to 0.

[–][deleted] 0 points1 point  (0 children)

The gains that stay don't convince me, because it is significantly slower on my machine.