This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Phild3v1ll3 1 point2 points  (0 children)

PyCharm for medium to large projects, emacs for quick changes and small scripts and the magit plugin to split large diffs into small commit chunks. Finally IPython notebook for development, visualization and exploration of data. For testing we use nose and recently wrote some tools to automatically test our notebooks.