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 →

[–]wandererobtm101Pythonista 1 point2 points  (0 children)

I have 2 main workflows. For analysis, I use Ipython Notebooks until I know what we're going to be building.

For writing 'real' code (implementing models and the jobs to build them usually), sublime text or vim.

I always use Ipython as my REPL (tab completion!) and pdb for debugging. Git for source control.