Sublime Text 3 Python

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 175

  • @NKTStudios
    @NKTStudios  4 роки тому +6

    🔔 Subscribe and never miss new videos: ua-cam.com/channels/f9jOOW-rt3Oojs7ZOwk7LQ.html

    • @PradeepSingh-uc3vm
      @PradeepSingh-uc3vm 4 роки тому +2

      After pressing Ctrl+B
      It shows an error "FileNotFoundError (2,'The system cannot find the file specified.',None, 2)"

  • @no2475
    @no2475 4 роки тому +42

    Dude thank you so much. You have no idea how much this tutorial helped me. Short, simple, to the point. Thumbs up.

  • @kakashykun
    @kakashykun 3 роки тому +1

    the most comprehensive guide out there it even shows the input trick and is idiot-proof
    I love you

  • @MUSSIDJ
    @MUSSIDJ 2 роки тому +1

    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

  • @chillton5512
    @chillton5512 10 місяців тому +1

    Thanks! I was looking over multiple videos trying to find input!

  • @shenzo00ff
    @shenzo00ff Рік тому +1

    Bro , Your a saviour

  • @codewithelyanan6536
    @codewithelyanan6536 3 роки тому +7

    [
    {
    "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

  • @SupSports24
    @SupSports24 2 роки тому

    Finally a tutorial worth watching.. you have no idea how much this helped.. Thnks!!!!!

  • @gabrielvlad3683
    @gabrielvlad3683 3 роки тому +2

    Thank you bro. This is the fifth tutorial I watched and this was the only one who was informative and helpfull

  • @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.

  • @sondidu
    @sondidu 2 роки тому +2

    thank you so much man :D, your explanation was very clear, I like that it is very simple and easy to understand

  • @jesuisravi
    @jesuisravi 3 роки тому

    thank you so much, friend, for magnifying your font. It makes the video so much easier to follow.

  • @shubhambhardwaj6952
    @shubhambhardwaj6952 3 роки тому +1

    Thank you, it helped me to run program that takes user inputs

    • @NKTStudios
      @NKTStudios  3 роки тому

      Hi @shubham bhardwaj, we are glad it helped you.

  • @asadshaikh1062
    @asadshaikh1062 3 роки тому

    Great video. Short and simple. Easy to follow steps. Why doesn't this video have more views?

  • @Elena-gv5wi
    @Elena-gv5wi 2 роки тому

    Thank you so much! After watching several videos, your's was that one that helped me understand.

  • @mohamedaminebenmajid1008
    @mohamedaminebenmajid1008 10 місяців тому

    layhfdk a khoya dkchi nadi canadi hhh

  • @demurebel7153
    @demurebel7153 Місяць тому

    Thank you so much! This has been very helpful!

  • @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!

  • @hugonilsson6067
    @hugonilsson6067 2 роки тому +1

    Unusually well made and accurate I had no issues following it

  • @vlvbeats517
    @vlvbeats517 2 роки тому

    He just explained very well. I am serious

  • @JawadKhan-wc8pt
    @JawadKhan-wc8pt 3 роки тому +2

    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.

  • @crazyprojectideas588
    @crazyprojectideas588 3 роки тому +1

    This video helped me a lot.......THANK YOU SO MUCH BRO...
    I really liked it

  • @emman4734
    @emman4734 4 роки тому +1

    Excellent video I am a new programming learning Python and this was the information I needed and more . Thanks for the Video NKT Studios

  • @TheMultiIcecrusher
    @TheMultiIcecrusher 2 роки тому

    You're a legend! Honestly Thank you so much!

  • @danuladulanjana6425
    @danuladulanjana6425 Рік тому

    Very helpful video ❤️ Thank you so much

  • @juniornukunu5251
    @juniornukunu5251 3 роки тому

    Thank you for this video. I have been searching a way to do this since hours before finding your video

  • @srinivasanis2350
    @srinivasanis2350 2 роки тому

    Thanks Dude..! Those points have been clearly explained and have simplified my learning. Once again thanks for your concise explaination..!

  • @arceus9125
    @arceus9125 3 роки тому +2

    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?

  • @Luciole485
    @Luciole485 2 роки тому +1

    Very clear, thank you.

  • @filedotzip
    @filedotzip Рік тому

    10/10 tutorial. Thank you

  • @gachicardo
    @gachicardo 2 роки тому +3

    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...

  • @MisterYoussefSherif
    @MisterYoussefSherif 3 роки тому +1

    thank you very much
    I USED THEM ALL

  • @rayanibalajibabi183
    @rayanibalajibabi183 Рік тому

    thank you bro this video is very helpfull to me

  • @shadow-de6ql
    @shadow-de6ql 3 роки тому +2

    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 роки тому

      ua-cam.com/video/uBnbVqUmZaQ/v-deo.html&t

  • @pythondreampro1232
    @pythondreampro1232 3 роки тому

    Clearly Understandable Video!!
    Thank You..

  • @youceflll5056
    @youceflll5056 3 роки тому +1

    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

  • @mphomanaka2263
    @mphomanaka2263 3 роки тому

    Thanks a lot. I really love sublime text 3 , I really wanna keep it as my IDE for any languages 👊👊

  • @bishnupahari3353
    @bishnupahari3353 3 роки тому +1

    when this video start:
    me : Wait wait wait did i play at 2x speed

  • @eganloubser5049
    @eganloubser5049 3 роки тому

    Well done! Concise and effective explanation. Thank you!

  • @elviracatrinenatalie9521
    @elviracatrinenatalie9521 3 роки тому

    Waw thanks bro because you i know a input user thanks very much 😭

  • @alephnull6903
    @alephnull6903 3 роки тому +1

    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

  • @sulemanali4006
    @sulemanali4006 2 роки тому

    Outstanding bro great work really this video was very helpful ✌😇

  • @paradisecove6062
    @paradisecove6062 3 роки тому

    This saved me so much time, thanks man

  • @devenjain7116
    @devenjain7116 3 роки тому +2

    Thank you, very nice, this helped me a lot!

  • @olamidefatosin
    @olamidefatosin 4 роки тому +2

    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 роки тому +2

      @@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

  • @JatinKabra
    @JatinKabra 3 роки тому

    Can we make register and login system in python without database?

  • @growrichtrader1917
    @growrichtrader1917 3 роки тому

    Thank you sir. great video, please keep up. Subscribed,

  • @helena4503
    @helena4503 4 роки тому +1

    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 4 роки тому

      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.

  • @PRUIJX
    @PRUIJX 3 роки тому

    Thank you man this helps a lot !

  • @pattern_world_clockwork6812

    Dude, thank you!

  • @avinashkumar-ss1im
    @avinashkumar-ss1im 3 роки тому +1

    Thank you dude 😁

  • @thalaivan3766
    @thalaivan3766 3 роки тому +1

    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 роки тому +1

      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)

  • @eclipse.de.escapada
    @eclipse.de.escapada 2 роки тому

    thank you you've been a great help

  • @RahulSingh-pr4uj
    @RahulSingh-pr4uj 3 роки тому

    Thanks man it's really helpful.

  • @mrwilbroadtv4230
    @mrwilbroadtv4230 3 роки тому

    thanks you so much....this is so helpfull

  • @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?

  • @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

  • @1979ligesh
    @1979ligesh 3 роки тому

    When I do Ctrl+B, it does not show the text. It directly says Finished. What do I do?

  • @musaglover5805
    @musaglover5805 2 роки тому

    Please I want to learn from you online how do we get started?

  • @wanril8988
    @wanril8988 5 місяців тому

    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

  • @paulo-barata
    @paulo-barata 3 роки тому +1

    Thank you! Very helpful and effective explanation.

  • @AceLozabe-r7e
    @AceLozabe-r7e 7 місяців тому

    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

  • @harishkonakandla
    @harishkonakandla 3 роки тому +1

    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?

  • @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

  • @Aeqil
    @Aeqil 3 роки тому

    Thanks it's soooo helpful

  • @SupravLalKarmacharya
    @SupravLalKarmacharya 3 роки тому

    why does it say "the system cannot find the file specified" even when i want to print simply 'hello'

  • @archanamalpani8137
    @archanamalpani8137 3 роки тому

    Thanks , helped me.

  • @picmomnts5535
    @picmomnts5535 4 роки тому +1

    thankyou soooooooo much for the video..............

  • @lethalninja619
    @lethalninja619 3 роки тому

    Thank you so much

  • @caydaruusmaxamed5775
    @caydaruusmaxamed5775 2 роки тому

    thank you for sharing

  • @shufalcon4114
    @shufalcon4114 2 роки тому

    Thanks very much

  • @ama19128
    @ama19128 2 роки тому

    Thanks for the information it is great. Please kindly help with the packages for numpy , matplotlib etc

  • @huycao8521
    @huycao8521 3 роки тому

    thank you very much sir !

  • @shreyas5137
    @shreyas5137 4 роки тому

    Does python 9.0 work in 32 bit windows ?

  • @Kaskas004
    @Kaskas004 4 роки тому +2

    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 роки тому +1

      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**_*

  • @radian2323
    @radian2323 3 роки тому

    thank you very much. helps me a ton.

  • @briskcobra156
    @briskcobra156 3 роки тому

    i dont have anty python files when i create a new one named test.py it dosnt work

  • @tannereckmann5404
    @tannereckmann5404 2 роки тому

    why did you not get a concatination error. I get "error you can not concatinate a string and int object"

  • @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?

  • @nasirmushtaq1986
    @nasirmushtaq1986 Рік тому

    Nothing but perfect

  • @anmolkashyap5547
    @anmolkashyap5547 3 роки тому

    Its showing...python was not found ; run without arguments to install from the microsoft store, or disable this shortcut from seetting

  • @technicaldfo
    @technicaldfo 3 роки тому

    Puthon was not installed not found but can be microsoft store

  • @gavinhuang132
    @gavinhuang132 3 роки тому

    Anybody knows how to clean the SublimeREPL window? CMD + K doesn't work.

  • @sbalaga
    @sbalaga 3 роки тому

    mine says cant find if__main__module

  • @gustavomodoasalto5030
    @gustavomodoasalto5030 3 роки тому

    didn't work
    it says "Cant't find '__main__' module in ' '" on the SublimeREPL example

  • @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

  • @ozen8499
    @ozen8499 3 роки тому +2

    thx alot homie

  • @FactFlashh1
    @FactFlashh1 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?

  • @borkesahin8729
    @borkesahin8729 3 роки тому

    When i try to run SublimeREPL i get error it says: Permission Error 13, Access is Denied, None 5) Please help

  • @hagar_abdelsalam
    @hagar_abdelsalam Рік тому

    thank you :)

  • @bkan1610
    @bkan1610 3 роки тому +1

    Thanks

  • @sumairfraz7460
    @sumairfraz7460 3 роки тому

    very good video

  • @jakemurdock808
    @jakemurdock808 3 роки тому

    thank you very much

  • @Fieter_RMV
    @Fieter_RMV Рік тому

    dudee, thanks a lott

  • @domcts
    @domcts 4 роки тому +1

    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

  • @teo5796
    @teo5796 3 роки тому +1

    ty

  • @boblewis1287
    @boblewis1287 3 роки тому

    Why ctrl shift s

  • @persistent-s
    @persistent-s 3 роки тому +1

    thanks a lot

  • @anmolkashyap5547
    @anmolkashyap5547 3 роки тому

    Sir m not getting output

  • @spacesailorstv8625
    @spacesailorstv8625 2 роки тому

    But in mine it us showing syntax😭😭😭