Thank you so much. This was such a helpful and concise video. This is my first time ever commenting on youtube but you were just so helpful you deserve it. Thank you!
5:21 bro when i enter a number and press enter I am getting an error,even tho I have typed the same code as yours. the error i am getting after pressing enter is Traceback (most recent call last): File "s.py", line 2, in print("you entered: " + number) TypeError: cannot concatenate 'str' and 'int' objects
when i run the REPL it says: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
I faced a problem: When I run the code it won't work, Although it say programme finished 0,3s But that's all what shows on the terminal, without the actual code that I print . Can you please help me out
Thank you so much for this video I followed your instructions but when I click on Ctrl+B, it brings out 'python is not recognized as an internal or external comman, operable program or batch file' What can I do to fix this please?
@@newmanchibango6564 Copy The Path Where Your Python Application Is Present... Then Go The Properties Within This PC... Then Go To Advanced System Variables... Then Go To Environment Variables... Then In System Variables, There You See The "PATH"... Click On It And Then Click On Edit.. Again Click On Edit And Paste That Copied Path There... Then Click Ok Twice... It Will Work Fine...
To set a keyboard shortcut for Mac you need to do it from System Preferences > Keyboard > Shortcuts, and then you select "App Shortcuts" and click the "+". Application: Sublime Text · Menu Title: Python - RUN current file · Keyboard shortcut: just hold the keys and you're done.
I got stuck at 5:13 when i try to run current file it shows FileNotFoundError(2, 'The system cannot find the file specified.', None, Pls help i don't know what to do I'm new to programming I'm using a low end old laptop
Only working with Sublim text is complicated, even thought yeah the app is beautiful. But still possible, even thought Pycharm makes everything easier (console/terminal, env integrated)
Hello, at the 6 minutes02 of the video, there is a notification as FileNotFoundError(2, "No such file or directory: 'python'") Could u please help to tell me how to fix it?
need help! i dont know why but mine does not reply, after it took a value from the user, nothing happens. it only shows a caret after i press enter to give the value... it just stays there nothing happened
I am getting below error: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. [Finished in 0.7s] Can someone help me?
Its showing me python can't open file "NO SUCH FILE OR DIRECTORY AFTER CTRL+B" What should i do i am beginner to python i usually write html css in sublime
I'm getting the following : Enter a number: 32 Traceback (most recent call last): File "input.py", line 2, in print("You entered: " + number) TypeError: cannot concatenate 'str' and 'int' objects ***Repl Closed***
Use *raw_input* instead of *input* _number = raw_input("Please enter a number: ")_ _print("You entered the number: " + number)_ gives output: _Please enter a number: 23_ _You entered the number: 23_ *_**Repl Closed**_*
very nice video but the examples didnt work for me. in the beginning i was told that my system does not find "hello.py" even though i installed it just like you. later with input.py i entered the same thing but i receive a syntax error (EOL while scanning string liberal). can anyone tell me what the problem is?
Save it with extension .py or whatever it is, some editors cannot simply color the text because diff tags, functions have diff color coding for every other language
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. ***Repl Closed*** how to fix?
Don’t fool for the comment bots down below of u react to them in any shape or form u will get some sort of malware and your UA-cam account will be hacked don’t ask questions I don’t know how that works but they must be smart
🔔 Subscribe and never miss new videos: ua-cam.com/channels/f9jOOW-rt3Oojs7ZOwk7LQ.html
After pressing Ctrl+B
It shows an error "FileNotFoundError (2,'The system cannot find the file specified.',None, 2)"
Dude thank you so much. You have no idea how much this tutorial helped me. Short, simple, to the point. Thumbs up.
the most comprehensive guide out there it even shows the input trick and is idiot-proof
I love you
5:25 you could also use:
number = int(input("Enter a number: "))
print(f"You entered: {number}")
its the exact same but i prefer doing it like this
Thanks! I was looking over multiple videos trying to find input!
Bro , Your a saviour
[
{
"keys": ["ctrl+r"], "command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
]
thank you so much
is there any reason this wouldnt work for a mac running sublime text 3? I
Finally a tutorial worth watching.. you have no idea how much this helped.. Thnks!!!!!
Thank you bro. This is the fifth tutorial I watched and this was the only one who was informative and helpfull
So happy to run into your tutorial. My book did not mention any of this and I was unable to run a program requiring input. Thanks.
thank you so much man :D, your explanation was very clear, I like that it is very simple and easy to understand
thank you so much, friend, for magnifying your font. It makes the video so much easier to follow.
Thank you, it helped me to run program that takes user inputs
Hi @shubham bhardwaj, we are glad it helped you.
Great video. Short and simple. Easy to follow steps. Why doesn't this video have more views?
Thank you so much! After watching several videos, your's was that one that helped me understand.
layhfdk a khoya dkchi nadi canadi hhh
Thank you so much! This has been very helpful!
Thank you so much. This was such a helpful and concise video. This is my first time ever commenting on youtube but you were just so helpful you deserve it. Thank you!
Unusually well made and accurate I had no issues following it
He just explained very well. I am serious
Thank you brother very good information. Now I don't have to use jupyter notebook or pycharm now because sublime is my favourite text editor.
This video helped me a lot.......THANK YOU SO MUCH BRO...
I really liked it
Excellent video I am a new programming learning Python and this was the information I needed and more . Thanks for the Video NKT Studios
You're a legend! Honestly Thank you so much!
Very helpful video ❤️ Thank you so much
Thank you for this video. I have been searching a way to do this since hours before finding your video
Thanks Dude..! Those points have been clearly explained and have simplified my learning. Once again thanks for your concise explaination..!
5:21 bro when i enter a number and press enter I am getting an error,even tho I have typed the same code as yours. the error i am getting after pressing enter is
Traceback (most recent call last):
File "s.py", line 2, in
print("you entered: " + number)
TypeError: cannot concatenate 'str' and 'int' objects
Hi @Rahul Yadav, you can’t concatenate (join) integers and strings in Python. So you have to change the integer to a string first.
@@NKTStudios but how did it work in yours then?
Very clear, thank you.
Glad it was helpful!
10/10 tutorial. Thank you
Hi! I followed your steps but upon doing the Run Python Code, it said on my end is
"[WinError 2] The system cannot find the file specified"
Same, i don't know what happened...
thank you very much
I USED THEM ALL
thank you bro this video is very helpfull to me
when i run the REPL it says:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
ua-cam.com/video/uBnbVqUmZaQ/v-deo.html&t
Clearly Understandable Video!!
Thank You..
I faced a problem:
When I run the code it won't work,
Although it say programme finished 0,3s
But that's all what shows on the terminal, without the actual code that I print .
Can you please help me out
Thanks a lot. I really love sublime text 3 , I really wanna keep it as my IDE for any languages 👊👊
when this video start:
me : Wait wait wait did i play at 2x speed
Well done! Concise and effective explanation. Thank you!
Waw thanks bro because you i know a input user thanks very much 😭
What does it mean when it says cannot concentrate ‘str’ and ‘nit’ objects
Hi @Aleph Null, it means you can’t concatenation (join) a string and int object
Outstanding bro great work really this video was very helpful ✌😇
This saved me so much time, thanks man
Thank you, very nice, this helped me a lot!
Thank you so much for this video
I followed your instructions but when I click on Ctrl+B, it brings out 'python is not recognized as an internal or external comman, operable program or batch file'
What can I do to fix this please?
Set Up Your Python Path To Environment Variables...
@@onkarkulkarni4298 how do you do that
@@newmanchibango6564 Copy The Path Where Your Python Application Is Present...
Then Go The Properties Within This PC...
Then Go To Advanced System Variables...
Then Go To Environment Variables...
Then In System Variables, There You See The "PATH"...
Click On It And Then Click On Edit..
Again Click On Edit And Paste That Copied Path There...
Then Click Ok Twice...
It Will Work Fine...
@@onkarkulkarni4298 thanks a lot
Can we make register and login system in python without database?
Thank you sir. great video, please keep up. Subscribed,
is that the same code to set up the shortcut if it is on a mac? It didn't work for me. Please help.
To set a keyboard shortcut for Mac you need to do it from System Preferences > Keyboard > Shortcuts, and then you select "App Shortcuts" and click the "+".
Application: Sublime Text · Menu Title: Python - RUN current file · Keyboard shortcut: just hold the keys and you're done.
Thank you man this helps a lot !
Dude, thank you!
Thank you dude 😁
I got stuck at 5:13 when i try to run current file it shows
FileNotFoundError(2, 'The system cannot find the file specified.', None,
Pls help i don't know what to do I'm new to programming I'm using a low end old laptop
same...
Hmmm.. Did you got the solution?
@@thalaivan3766 No but I left for PyCharm, the environment is auto created
Only working with Sublim text is complicated, even thought yeah the app is beautiful. But still possible, even thought Pycharm makes everything easier (console/terminal, env integrated)
thank you you've been a great help
Thanks man it's really helpful.
thanks you so much....this is so helpfull
Hello, at the 6 minutes02 of the video, there is a notification as FileNotFoundError(2, "No such file or directory: 'python'") Could u please help to tell me how to fix it?
thanks for this video but i am not getting result for ctrl+b, where i am going wrong can you guide further
When I do Ctrl+B, it does not show the text. It directly says Finished. What do I do?
Please I want to learn from you online how do we get started?
Why when i run my python program with CTRL+B it shows that box that says Python- Syntax Check. No result came out of mine
Thank you! Very helpful and effective explanation.
need help! i dont know why but mine does not reply, after it took a value from the user, nothing happens. it only shows a caret after i press enter to give the value... it just stays there nothing happened
I am getting below error:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
[Finished in 0.7s]
Can someone help me?
i have the same problem, did you work it out ?
@@szymonzielinski6327 No
@@harishkonakandla I solved this problem, just check this video ua-cam.com/video/hAsO6uLeCrk/v-deo.html
This should help
Its showing me python can't open file "NO SUCH FILE OR DIRECTORY AFTER CTRL+B" What should i do i am beginner to python i usually write html css in sublime
Thanks it's soooo helpful
why does it say "the system cannot find the file specified" even when i want to print simply 'hello'
Thanks , helped me.
thankyou soooooooo much for the video..............
Thank you so much
thank you for sharing
Thanks very much
Thanks for the information it is great. Please kindly help with the packages for numpy , matplotlib etc
thank you very much sir !
Does python 9.0 work in 32 bit windows ?
I'm getting the following :
Enter a number: 32
Traceback (most recent call last):
File "input.py", line 2, in
print("You entered: " + number)
TypeError: cannot concatenate 'str' and 'int' objects
***Repl Closed***
You prob typed
Input("enter a number")
Instead of:
Int( input( "enter a number"))
Use *raw_input* instead of *input*
_number = raw_input("Please enter a number: ")_
_print("You entered the number: " + number)_
gives output:
_Please enter a number: 23_
_You entered the number: 23_
*_**Repl Closed**_*
thank you very much. helps me a ton.
i dont have anty python files when i create a new one named test.py it dosnt work
why did you not get a concatination error. I get "error you can not concatinate a string and int object"
very nice video but the examples didnt work for me. in the beginning i was told that my system does not find "hello.py" even though i installed it just like you. later with input.py i entered the same thing but i receive a syntax error (EOL while scanning string liberal). can anyone tell me what the problem is?
Nothing but perfect
Its showing...python was not found ; run without arguments to install from the microsoft store, or disable this shortcut from seetting
Puthon was not installed not found but can be microsoft store
Anybody knows how to clean the SublimeREPL window? CMD + K doesn't work.
mine says cant find if__main__module
didn't work
it says "Cant't find '__main__' module in ' '" on the SublimeREPL example
im confused, when i installed sublime, the text is plain, it isnt color coded
Save it with extension .py or whatever it is, some editors cannot simply color the text because diff tags, functions have diff color coding for every other language
thx alot homie
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
***Repl Closed***
how to fix?
When i try to run SublimeREPL i get error it says: Permission Error 13, Access is Denied, None 5) Please help
thank you :)
Thanks
very good video
thank you very much
dudee, thanks a lott
Don’t fool for the comment bots down below of u react to them in any shape or form u will get some sort of malware and your UA-cam account will be hacked don’t ask questions I don’t know how that works but they must be smart
ty
Why ctrl shift s
thanks a lot
Sir m not getting output
But in mine it us showing syntax😭😭😭