Setting Up The Sublime Text Editor for Python
Setting Up Sublime Text Editor for Python
- Install the Sublime Text 3
- Go to View > Show Console
- Click on Ctrl+Shift+P and type INSTALL
You can now install packages like gitsavy etc.
Useful packages: Python Checker, Python Completions, Python Debugger or Xdebug, Python Improved, BracketHighlighter,SideBarEnhancements, Anaconda (this is not the same as the anaconda python distro, rather it is a Python IDE for Sublime )
Yor Sublime is now a Python IDE. You should be able to get bracket tracking, syntax checks, and debugging capabilities with XDebug.
Comments
Post a Comment