How to Set up Visual Studio Code for Running Python Programs in Windows Laptop Computer

Поділитися
Вставка
  • Опубліковано 14 лют 2023
  • In this tutorial you will learn How to Set up Visual Studio Code for Running Python Programs in Windows Laptop Computer.
    Our Website
    www.LearningLad.com
    Social Media
    Facebook / learninglad
    Twitter / learningladedu
    Instagram / learningladofficial

КОМЕНТАРІ • 17

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

    Link to the other videos you mentioned in the video isn't listed in the description like you said. Please fix.

  • @uzairmuhsin8732
    @uzairmuhsin8732 7 місяців тому +1

    why i cant find python formatting provider setting but other python setting is there

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

    I know that this question isn't totally related but i still would like to know.
    I'm a experimental physics phd students and many of my seniors are asking me to shift from windows 11 home to ubuntu as it is open and more useful for data anlysis. however I'm still caught between two minds about this and I'm afraid i might break my lptop if i replace it's prestate with ubuntu ?

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

      you can dual boot ( install windows and Ubuntu ) and give a try :)

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

      @@LearningLad thank you 👍🏻

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

      I am a physics undergrad but a full time Linux user using Ubuntu distro. You may take the backups of important files and then install Ubuntu. If you wish, you can completely erase Windows if you don't find it useful anymore like I did or have dual booting laptop.
      Btw, Linux is very safe, lightweight and fast too but you might need to manually configure some settings to optimize hardware usage, which you may perform after getting used to Linux

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

    Please make viedo javascript programming setup to receive input in terminal for using javascript for codeforce

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

      i will try :)

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

      Please make as soon as possible now I solve problem in hackerrank. I want to start in codeforce when I tried.vs code not work properly so I ask

  • @sadgomar2667
    @sadgomar2667 8 місяців тому

    How do vscode with c programming

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

    Thanks for this video sir,but I'm facing an unexpected issue. When I type the command "pip install pylint", it says "pip isn't recognised as an internal or external command".

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

    Thanks for the vid but VS Code isn't detecting any of the Python interpreters I've installed. Even after manually entering the path to all of them, it keeps indicating that the interpreter is invalid in the following notification: "An Invalid Python interpreter is selected, please try changing it to enable features such as IntelliSense, linting, and debugging."

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

    Command not found exception
    Object not found gcc
    Verify path
    When I downloaded mingw to desktop it is opening as zip file
    And in command prompt after checking for gcc version it is showing that gcc is not recognised? How to fix it

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

    In My VS code when I'm clicking on the run icon, it shows run code instead of run python file and the code is not running in output instead of terminal

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

      Do you have code runner extension installed??

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

      Yes

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

      normally you want to run the program in terminal because you can input values ( output windows is read only so cant input values )
      can you please tell me exactly what you want ???