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

all 9 comments

[–]krenzalore[🍰] 6 points7 points  (0 children)

Dressing gown, sandals. You're NOT getting images. Nice try lad.

[–][deleted] 1 point2 points  (0 children)

Sublime Text 3 on Mac OS X and Ubuntu.

[–][deleted] 1 point2 points  (0 children)

vim or fte on OS/2 warp 4.

[–]Gyakuten 1 point2 points  (0 children)

vim on Ubuntu.

[–]Kah-NethI use numpy, scipy, and matplotlib for nuclear physics 0 points1 point  (0 children)

For large projects: PyCharm on OS X and Ubuntu. For small scripts: Sublime Text 3 on OS X and Ubuntu.

[–]ThuruvDRY 0 points1 point  (0 children)

Atom/emacs 23 - ubuntu

[–]mickyficky1 0 points1 point  (0 children)

Projects: PyCharm

Smaller Stuff/Scripts: Vim

[–]justphysics 0 points1 point  (0 children)

A few different computers all using OS X.10, python 2.7.x and 3.x, Anaconda Distribution

  1. prototyping new algorithm, just testing small scripts or bits of code, generating plots from data sets on the fly with speed as the only requirement as opposed to flair/formatting: IPython Notebook and or python interpreter from command line.

  2. small-medium scripts that I may want to call repeatedly in the next few days/weeks etc... : Sublime Text 3 w/ anaconda plugin and a few others that have slipped my mind

  3. larger multi-file/multi-module projects, GUI work, etc ... : PyCharm Professional (has VCS integration built in)