2-9 of 147,000,000 results
Open links in new tab
  1. How To Open Python on Windows, Mac, Linux

    Oct 1, 2024 · Learn how to open Python on Windows, Linux, and MacOS by starting a terminal and entering the Python 3 REPL with our tutorial.

  2. Open Python Files in IDLE in Windows - GeeksforGeeks

    Jul 23, 2025 · Below is the step-by-step procedure to open Python files in IDLE using File Explorer in Python: Step 1: The first thing that you will have to do is find out where your Python …

  3. how to open file in windows with python? - Stack Overflow

    Jun 13, 2019 · I'm passing the file name trough sys.argv with slashes not backslashes . I'm using os.path.normpath and os.path.join but when trying to open the file I get an exception no such …

  4. How to open and view Python PY files on Windows 11

    Sep 1, 2025 · Here are some free Python file viewer and Python file editor software to help you open PY files on Windows 11/10 PC.

  5. How to open and view Python PY files on Windows 11/10

    Jan 6, 2025 · How to Open and View Python PY Files on Windows 11/10 Python files, with the extension .py, are plain text files that contain Python scripts—programs written in the Python …

  6. How to Use Command Prompt to Run a Python File on Windows

    Oct 8, 2025 · Easily execute Python scripts at the command lineWhether you're writing Python code on your Windows PC or just want to use existing Python scripts, it'll be helpful to learn …

  7. How to Run a Python Script in Windows | LearnPython.com

    Nov 21, 2022 · If you want to learn Python, you’ll need to know how to run Python scripts or .py files in Windows. Find out what you need to do in this article! When it comes to operating …

  8. Python on Windows FAQ — Python 3.14.2 documentation

    Python on Windows FAQ How do I run a Python program under Windows? How do I make Python scripts executable? Why does Python sometimes take so long to start? How do I make an …