Installing Sublime Text and making sure it's setup to be use with Python.
The settings used in the video:
{
"ensure_newline_at_eof_on_save": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
{
"env": {"PYTHONIOENCODING": "UTF-8"},
"cmd": ["C:\\Python34\\python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
Download
0 formats
No download links available.
Python Programming Series (Setting up the Environment 2): Sublime Text | NatokHD