Setting Up The Sublime Text Editor for Python

Setting Up Sublime Text Editor for Python

  1. Install the Sublime Text 3
  2. Go to View > Show Console


  1. 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

Popular posts from this blog

C# - Simple Class Library and how to use it in another project

AWS CLI - INSTALLATION AND CONFIGURATION

Upload a file to a Web server in ASP.NET by using Visual C# .NET