How to Run Python Programs ( .py Files ) on Windows 11 Computer

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ค. 2023
  • In this tutorial you will learn How to Run Python Programs ( .py Files ) on Windows 11 Laptop / Computer.
    our Social Media Pages
    / exampleprogram
    / exampleprogram
    / example_program
    Our Website
    www.ExampleProgram.com
    #ExampleProgram

ความคิดเห็น • 10

  • @MinJi-yc2ub
    @MinJi-yc2ub 3 หลายเดือนก่อน

    When I double- click the file it doesn't open ㅠㅠ what is the problem?

  • @habeebkehinde624
    @habeebkehinde624 11 หลายเดือนก่อน +1

    Hello bro this good

  • @habeebkehinde624
    @habeebkehinde624 11 หลายเดือนก่อน

    How can we talk?

  • @unni9603
    @unni9603 9 หลายเดือนก่อน +1

    Hello bro...
    Is it mandatory to learn basic OOP concepts to start learning,
    And as a beginner will Python be a good pick? Or C++ ...
    I am aspiring to become a developer... so can you mention few things to follow...
    Or should i start from. html5...
    Pls help, I don't have much idea

    • @ExampleProgram
      @ExampleProgram  9 หลายเดือนก่อน

      in my opinion one should start with c language.
      then start learning c++.
      if you find c difficult then you can start with python.
      basic oops concepts are must :)

    • @unni9603
      @unni9603 9 หลายเดือนก่อน

      @@ExampleProgram thank you sooooo much, from where can I download c software? Ide??

  • @ibrahim55033
    @ibrahim55033 2 หลายเดือนก่อน +1

    Hello
    When the task is accomplished it closes very fast that I can't see the result.
    What's the solution

    • @ExampleProgram
      @ExampleProgram  2 หลายเดือนก่อน +1

      add a pause to your program in the end so that you can see the output.
      you can use input("Enter any key to exit")

    • @ibrahim55033
      @ibrahim55033 2 หลายเดือนก่อน

      @@ExampleProgram Thanks