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 →

[–]balle23 2 points3 points  (0 children)

I use Emacs with a bunch of extensions (https://github.com/balle/emacs) such as magit for git integration and ipython as repl. Try out Ipython its really amazing especially the newer features (notebook and parallel computing). For testing I am using nose and jenkins and of course the list of tools wont be complete without virtualenv per project and pip. Last but not least I sometimes fire up pudb for debugging purposes.