Sublime Text 3 Python

  Рет қаралды 122,528

NKT Studios

NKT Studios

Күн бұрын

Пікірлер: 176
@NKTStudios
@NKTStudios 4 жыл бұрын
🔔 Subscribe and never miss new videos: kzbin.info/door/f9jOOW-rt3Oojs7ZOwk7LQ
@PradeepSingh-uc3vm
@PradeepSingh-uc3vm 4 жыл бұрын
After pressing Ctrl+B It shows an error "FileNotFoundError (2,'The system cannot find the file specified.',None, 2)"
@no2475
@no2475 3 жыл бұрын
Dude thank you so much. You have no idea how much this tutorial helped me. Short, simple, to the point. Thumbs up.
@codewithelyanan6536
@codewithelyanan6536 3 жыл бұрын
[ { "keys": ["ctrl+r"], "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" } } ]
@steshancorea4462
@steshancorea4462 3 жыл бұрын
thank you so much
@ndrwlbr7066
@ndrwlbr7066 2 жыл бұрын
is there any reason this wouldnt work for a mac running sublime text 3? I
@kakashykun
@kakashykun 3 жыл бұрын
the most comprehensive guide out there it even shows the input trick and is idiot-proof I love you
@chillton5512
@chillton5512 8 ай бұрын
Thanks! I was looking over multiple videos trying to find input!
@MUSSIDJ
@MUSSIDJ 2 жыл бұрын
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
@shenzo00ff
@shenzo00ff Жыл бұрын
Bro , Your a saviour
@loxtong6280
@loxtong6280 2 жыл бұрын
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.
@gachicardo
@gachicardo 2 жыл бұрын
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"
@elgringo993
@elgringo993 2 жыл бұрын
Same, i don't know what happened...
@gabrielvlad3683
@gabrielvlad3683 3 жыл бұрын
Thank you bro. This is the fifth tutorial I watched and this was the only one who was informative and helpfull
@youceflll5056
@youceflll5056 3 жыл бұрын
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
@sondidu
@sondidu 2 жыл бұрын
thank you so much man :D, your explanation was very clear, I like that it is very simple and easy to understand
@JawadKhan-wc8pt
@JawadKhan-wc8pt 3 жыл бұрын
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.
@shadow-de6ql
@shadow-de6ql 3 жыл бұрын
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.
@arisstet830
@arisstet830 3 жыл бұрын
kzbin.info/www/bejne/q3PRk4mnitKNl7M&t
@SupSports24
@SupSports24 2 жыл бұрын
Finally a tutorial worth watching.. you have no idea how much this helped.. Thnks!!!!!
@ngocphung7234
@ngocphung7234 2 жыл бұрын
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?
@arceus9125
@arceus9125 3 жыл бұрын
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
@NKTStudios
@NKTStudios 3 жыл бұрын
Hi @Rahul Yadav, you can’t concatenate (join) integers and strings in Python. So you have to change the integer to a string first.
@arceus9125
@arceus9125 3 жыл бұрын
@@NKTStudios but how did it work in yours then?
@asadshaikh1062
@asadshaikh1062 3 жыл бұрын
Great video. Short and simple. Easy to follow steps. Why doesn't this video have more views?
@jesuisravi
@jesuisravi 2 жыл бұрын
thank you so much, friend, for magnifying your font. It makes the video so much easier to follow.
@olamidefatosin
@olamidefatosin 4 жыл бұрын
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?
@onkarkulkarni4298
@onkarkulkarni4298 4 жыл бұрын
Set Up Your Python Path To Environment Variables...
@newmanchibango6564
@newmanchibango6564 3 жыл бұрын
@@onkarkulkarni4298 how do you do that
@onkarkulkarni4298
@onkarkulkarni4298 3 жыл бұрын
@@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...
@newmanchibango6564
@newmanchibango6564 3 жыл бұрын
@@onkarkulkarni4298 thanks a lot
@wanril8988
@wanril8988 4 ай бұрын
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
@shubhambhardwaj6952
@shubhambhardwaj6952 3 жыл бұрын
Thank you, it helped me to run program that takes user inputs
@NKTStudios
@NKTStudios 3 жыл бұрын
Hi @shubham bhardwaj, we are glad it helped you.
@AceLozabe-r7e
@AceLozabe-r7e 5 ай бұрын
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
@Elena-gv5wi
@Elena-gv5wi 2 жыл бұрын
Thank you so much! After watching several videos, your's was that one that helped me understand.
@JatinKabra
@JatinKabra 2 жыл бұрын
Can we make register and login system in python without database?
@goodnamehostname4978
@goodnamehostname4978 2 жыл бұрын
Sir, when I press ctr+b it only give me an output of 197ms and no actual output. Please help me for the same
@azherqadirshah3170
@azherqadirshah3170 3 жыл бұрын
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
@emman4734
@emman4734 4 жыл бұрын
Excellent video I am a new programming learning Python and this was the information I needed and more . Thanks for the Video NKT Studios
@ajphelps4146
@ajphelps4146 2 жыл бұрын
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!
@helena4503
@helena4503 4 жыл бұрын
is that the same code to set up the shortcut if it is on a mac? It didn't work for me. Please help.
@zkjev3976
@zkjev3976 3 жыл бұрын
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.
@alephnull6903
@alephnull6903 3 жыл бұрын
What does it mean when it says cannot concentrate ‘str’ and ‘nit’ objects
@NKTStudios
@NKTStudios 3 жыл бұрын
Hi @Aleph Null, it means you can’t concatenation (join) a string and int object
@srinivasanis2350
@srinivasanis2350 2 жыл бұрын
Thanks Dude..! Those points have been clearly explained and have simplified my learning. Once again thanks for your concise explaination..!
@bishnupahari3353
@bishnupahari3353 3 жыл бұрын
when this video start: me : Wait wait wait did i play at 2x speed
@demurebel7153
@demurebel7153 7 күн бұрын
Thank you so much! This has been very helpful!
@juniornukunu5251
@juniornukunu5251 3 жыл бұрын
Thank you for this video. I have been searching a way to do this since hours before finding your video
@crazyprojectideas588
@crazyprojectideas588 3 жыл бұрын
This video helped me a lot.......THANK YOU SO MUCH BRO... I really liked it
@mphomanaka2263
@mphomanaka2263 3 жыл бұрын
Thanks a lot. I really love sublime text 3 , I really wanna keep it as my IDE for any languages 👊👊
@prashantpatadia2586
@prashantpatadia2586 3 жыл бұрын
thanks for this video but i am not getting result for ctrl+b, where i am going wrong can you guide further
@ama19128
@ama19128 Жыл бұрын
Thanks for the information it is great. Please kindly help with the packages for numpy , matplotlib etc
@katsu5887
@katsu5887 3 жыл бұрын
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?
@SupravLalKarmacharya
@SupravLalKarmacharya 3 жыл бұрын
why does it say "the system cannot find the file specified" even when i want to print simply 'hello'
@harishkonakandla
@harishkonakandla 3 жыл бұрын
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?
@szymonzielinski6327
@szymonzielinski6327 3 жыл бұрын
i have the same problem, did you work it out ?
@harishkonakandla
@harishkonakandla 3 жыл бұрын
@@szymonzielinski6327 No
@szymonzielinski6327
@szymonzielinski6327 3 жыл бұрын
@@harishkonakandla I solved this problem, just check this video kzbin.info/www/bejne/nnLWgGmrgcp2qM0
@szymonzielinski6327
@szymonzielinski6327 3 жыл бұрын
This should help
@Kaskas004
@Kaskas004 4 жыл бұрын
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***
@N0purpose
@N0purpose 3 жыл бұрын
You prob typed Input("enter a number") Instead of: Int( input( "enter a number"))
@benzflynn
@benzflynn 3 жыл бұрын
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**_*
@MisterYoussefSherif
@MisterYoussefSherif 3 жыл бұрын
thank you very much I USED THEM ALL
@musaglover5805
@musaglover5805 2 жыл бұрын
Please I want to learn from you online how do we get started?
@brofessorbouth7118
@brofessorbouth7118 3 жыл бұрын
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?
@gustavomodoasalto5030
@gustavomodoasalto5030 2 жыл бұрын
didn't work it says "Cant't find '__main__' module in ' '" on the SublimeREPL example
@Luciole485
@Luciole485 2 жыл бұрын
Very clear, thank you.
@NKTStudios
@NKTStudios 2 жыл бұрын
Glad it was helpful!
@vlvbeats517
@vlvbeats517 2 жыл бұрын
He just explained very well. I am serious
@mohamedaminebenmajid1008
@mohamedaminebenmajid1008 9 ай бұрын
layhfdk a khoya dkchi nadi canadi hhh
@thalaivan3766
@thalaivan3766 3 жыл бұрын
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
@democratieliquide3984
@democratieliquide3984 2 жыл бұрын
same...
@thalaivan3766
@thalaivan3766 2 жыл бұрын
Hmmm.. Did you got the solution?
@democratieliquide3984
@democratieliquide3984 2 жыл бұрын
@@thalaivan3766 No but I left for PyCharm, the environment is auto created
@democratieliquide3984
@democratieliquide3984 2 жыл бұрын
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)
@hugonilsson6067
@hugonilsson6067 2 жыл бұрын
Unusually well made and accurate I had no issues following it
@danuladulanjana6425
@danuladulanjana6425 Жыл бұрын
Very helpful video ❤️ Thank you so much
@borkesahin8729
@borkesahin8729 3 жыл бұрын
When i try to run SublimeREPL i get error it says: Permission Error 13, Access is Denied, None 5) Please help
@anmolkashyap5547
@anmolkashyap5547 3 жыл бұрын
Its showing...python was not found ; run without arguments to install from the microsoft store, or disable this shortcut from seetting
@tannereckmann5404
@tannereckmann5404 2 жыл бұрын
why did you not get a concatination error. I get "error you can not concatinate a string and int object"
@shreyas5137
@shreyas5137 4 жыл бұрын
Does python 9.0 work in 32 bit windows ?
@TheMultiIcecrusher
@TheMultiIcecrusher 2 жыл бұрын
You're a legend! Honestly Thank you so much!
@elviracatrinenatalie9521
@elviracatrinenatalie9521 3 жыл бұрын
Waw thanks bro because you i know a input user thanks very much 😭
@gavinhuang132
@gavinhuang132 3 жыл бұрын
Anybody knows how to clean the SublimeREPL window? CMD + K doesn't work.
@filedotzip
@filedotzip Жыл бұрын
10/10 tutorial. Thank you
@rayanibalajibabi183
@rayanibalajibabi183 Жыл бұрын
thank you bro this video is very helpfull to me
@pythondreampro1232
@pythondreampro1232 3 жыл бұрын
Clearly Understandable Video!! Thank You..
@eganloubser5049
@eganloubser5049 3 жыл бұрын
Well done! Concise and effective explanation. Thank you!
@domcts
@domcts 4 жыл бұрын
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 KZbin account will be hacked don’t ask questions I don’t know how that works but they must be smart
@exoticclegend1524
@exoticclegend1524 3 жыл бұрын
im confused, when i installed sublime, the text is plain, it isnt color coded
@aniket2666
@aniket2666 3 жыл бұрын
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
@briskcobra156
@briskcobra156 3 жыл бұрын
i dont have anty python files when i create a new one named test.py it dosnt work
@avinashkumar-ss1im
@avinashkumar-ss1im 3 жыл бұрын
Thank you dude 😁
@devenjain7116
@devenjain7116 3 жыл бұрын
Thank you, very nice, this helped me a lot!
@pattern_world_clockwork6812
@pattern_world_clockwork6812 Жыл бұрын
Dude, thank you!
@shufalcon4114
@shufalcon4114 Жыл бұрын
Thanks very much
@lethalninja619
@lethalninja619 3 жыл бұрын
Thank you so much
@technicaldfo
@technicaldfo 3 жыл бұрын
Puthon was not installed not found but can be microsoft store
@thespontaneoustomato2676
@thespontaneoustomato2676 3 жыл бұрын
Question: Are you by any chance Zimbabwean?
@teo5796
@teo5796 3 жыл бұрын
ty
@sbalaga
@sbalaga 3 жыл бұрын
mine says cant find if__main__module
@tubeguy4066
@tubeguy4066 Жыл бұрын
THANK YOU!!
@paradisecove6062
@paradisecove6062 3 жыл бұрын
This saved me so much time, thanks man
@sulemanali4006
@sulemanali4006 2 жыл бұрын
Outstanding bro great work really this video was very helpful ✌😇
@caydaruusmaxamed5775
@caydaruusmaxamed5775 2 жыл бұрын
thank you for sharing
@PRUIJX
@PRUIJX 3 жыл бұрын
Thank you man this helps a lot !
@huycao8521
@huycao8521 3 жыл бұрын
thank you very much sir !
@zheyeah4902
@zheyeah4902 2 жыл бұрын
It's really helpful, thanks!
@growrichtrader1917
@growrichtrader1917 3 жыл бұрын
Thank you sir. great video, please keep up. Subscribed,
@mrwilbroadtv4230
@mrwilbroadtv4230 3 жыл бұрын
thanks you so much....this is so helpfull
@archanamalpani8137
@archanamalpani8137 3 жыл бұрын
Thanks , helped me.
@nasirmushtaq1986
@nasirmushtaq1986 Жыл бұрын
Nothing but perfect
@picmomnts5535
@picmomnts5535 4 жыл бұрын
thankyou soooooooo much for the video..............
@paulo-barata
@paulo-barata 3 жыл бұрын
Thank you! Very helpful and effective explanation.
@eclipse.de.escapada
@eclipse.de.escapada 2 жыл бұрын
thank you you've been a great help
@Aeqil
@Aeqil 3 жыл бұрын
Thanks it's soooo helpful
@jakemurdock808
@jakemurdock808 3 жыл бұрын
thank you very much
@JustForFun1426-t4k
@JustForFun1426-t4k 2 жыл бұрын
Thanks for ur smart video...are u still there?
@bkan1610
@bkan1610 3 жыл бұрын
Thanks
@ozen8499
@ozen8499 3 жыл бұрын
thx alot homie
@radian2323
@radian2323 3 жыл бұрын
thank you very much. helps me a ton.
@boblewis1287
@boblewis1287 3 жыл бұрын
Why ctrl shift s
@persistent-s
@persistent-s 3 жыл бұрын
thanks a lot
@nikkobenosa9841
@nikkobenosa9841 3 жыл бұрын
are you from Wakanda? hehe I like your accent
@NKTStudios
@NKTStudios 3 жыл бұрын
@Nikko Benosa yes, it is I, T'Challa.
@anmolkashyap5547
@anmolkashyap5547 3 жыл бұрын
Sir m not getting output
Как использовать Sublime Text для Python
7:29
Изучаем мир ИТ / Олег Шпагин / Программирование
Рет қаралды 181 М.
Setting up a Python Development Environment in Sublime Text
26:03
Corey Schafer
Рет қаралды 1 МЛН
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,7 МЛН
黑的奸计得逞 #古风
00:24
Black and white double fury
Рет қаралды 26 МЛН
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 340 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 409 М.
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 81 М.
Customizing sublime text
10:55
Clear Code
Рет қаралды 55 М.
Mastering Python - Everything You Need To Know To Become a Python Master
16:02
The Best Sublime Text 3 Settings and Packages
10:59
Tech With Tim
Рет қаралды 240 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
How To Master Python
14:47
Hallden
Рет қаралды 1 МЛН
Can I Run Youtube Entirely From My Terminal? (No Browser)
15:31