Python Programming Series (Setting up the Environment 2): Sublime Text

preview_player
Показать описание
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]*)",
}
Рекомендации по теме
Комментарии
Автор

Hi Sir. After looking on the internet for half a day I found your video. Clear, simple and working! Thanks a lot.

laurapeskov
Автор

Thank you very much, good luck and good health to you!

Арам-щю
Автор

Really Really Really nice explanation!

montecricco
Автор

Huh... again no mention on configuring Sublime for Python, just bla bla bla...

vrowmuria
Автор

I'm not being able to run from sublime even after>> build system and saving as python36.
Any ideas?
Thx

mosesmuricy
Автор

i have no setting defalut i just have setting -syntax
what i do???

MohamedMahmoud-mtfr
Автор

+Left Peel it doesn't print anything for me

joelhinze