How to run Python inside Sublime Text | Windows

preview_player
Показать описание
In most of Linux Distro, Python is pre-installed and it's path is already set. But in case of Windows it isn't true. So, I'm making this video to demonstrate how to execute Python inside Sublime Text in Windows.

*** Downloads ***
-----------------------------

Рекомендации по теме
Комментарии
Автор

For those with a different version of Windows (?), at Environment Variables, you may need to choose "Edit Text" instead of "Edit". Otherwise, a different path without the colon shows up. You also have to restart the Sublime Text, else it doesn't work.

wsc.
Автор

Do you happen to click by punching your microphone? just curious..

francoaccifonte
Автор

when i pressed control+B for the first time, it gave me the result, thank you

abhinavsingh
Автор

My problem got solved, thanks a lot. Just one more thing for other videos. 1) Speak up... I had a hard time understanding what you were saying. 2) The clicking of the mouse annoyed me so much, I almost clicked away >.<

But thanks a lot for the solution! :D

ninamisteli
Автор

Thanks for uploading this video, just what I was looking for:)!

benediktheid
Автор

Thanks bro, tired of different IDE's asking for license when I have sublime already.

darankanga
Автор

I want to share another method. while installing python, dont install with default settings choose custom install. and check the box which says add to environment variables

sukritmanikandan
Автор

Excellent video man, i struggled a little cause i couldn't find the path to python but other than that it was on point.

marioalbertodiazvillarruel
Автор

Thank you so much Tirth, it's working, I tried others, but your video is quite helpful & easy, thanks again for the upload.👍👍

sarithatamma
Автор

I did the same steps that you did and I did add it to the path, it's still giving me the same result " 'python' is not recognized as an internal or external command, operable program or batch file." Any advice?

hebafleihan
Автор

Thans a lot !!!! These small videos are very important i was saving file and running by shift +ctrl +s, until i found this.

abhinavkumar
Автор

I couldn't find the user variable named 'Path'.So I created a new user variable.
Variable name:Path
Variable value:Copy pasted the path of python installed folder
and saved
.Restarted SublimeText3 and it worked.Thanks.

abhishekvenugopal
Автор

hello, i hope that you can help me, i am using sublime text 3 with python packages installed, and i am trying to run this code:

print("Hello, World")
name = input("Whats your name: ")
print("Hola", name)

age = input("Your age:")
age = int(age)

if (age == 26):
print("Youre the same age as me")
else:
print("Your a different age than me")

it works fine on python shell but whenever i run it on sublime it prints the first 2 lines and when i put my name it just stops there instead of asking me for age, i dont know if its anything of configuration.. thanks

chnoor
Автор

thank you so much...
i was trying a lot to fix it and finally..!!!!

sukeerthi
Автор

Great explanation !
Keep going bro !!

fawzirida
Автор

Thank you bro!! Looked for this for ages

wadanda
Автор

Excelent Video man rght and direct to the point

marcostrevinorodriguez
Автор

hey guys, i have a problem. When i use input(" ") and build on sublime 3, after enter the value, nothing happen, these statement after input() can't run :(( . can you solve?

ducpham
Автор

finally something helpful.thank you very much

haroldocostabentes
Автор

so what function am I losing/? What am I editing out that was originally under path? Press control what?

Theyungcity
visit shbcf.ru