I am new to Sublime Text 2. Basically I want to setup Sublime T2 as a Python IDE.
I have come across various questions with regards to Python and Sublime T2, but I could
You should be able to select a build system in the tools menu.
tools
Then, ctrl + B will build, and pull up the interpreter for you.
EDIT: ctrl + ` will also open your console, without building the project. From there, you can run Python commands with the built-in interpreter.