These are some of the packages I am using for Python environment in Sublime Text. I'll keep updating this list.
- Package control: Makes life easier! Can install a lot of packages using this single package. Much like software center in ubuntu.
- Anaconda: This is the master package containing a lot of very useful packages.
- Sublime REPL: For running full REPL inside the editor. I love this one, since it allows me to use IPython from within sublime text.
- Python breakpoints: For debugging.