How to Configure Sublime Text 3 for Interactive Python Program Development
Programmers like to quibble about who has the 'best' development environment - what are the best tools? Should I use a text editor or a full-blown IDE? Which plugins and packages should I be using? These are all valid questions, but the bottom line is this: once you have chosen your preferred text editor/IDE you should spend a considerable amount of time configuring it and learning how to get the most out of it - this will save you time in the long run. Please refer to my post on What programming Language and Text Editor / IDE To Chose for an easy and organised start for Non-technical guys. My choice of text editor is Sublime Text 3 . In this article I will give you a five-step tutorial on how to set up Sublime Text 3 for development with Python. 1. Installation You can download and install Sublime Text 3 here . After installation, the first thing you want to do is install the package manager. The package manager allows you to add and remove third-party plug...