sublime text for python code example
Example 1: sublime text linux
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Example 2: how to programm python 3 in sublime text
"cmd": ["python3", "-i", "-u", "$file"], "file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", "selector": "source.python"