About 66,200 results
Open links in new tab
  1. 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 systems, there are three main ones for personal computers: …

  2. How to execute Python scripts in Windows? - Stack Overflow

    When you execute a script without typing "python" in front, you need to know two things about how Windows invokes the program. First is to find out what kind of file Windows thinks it is: C:\>assoc .py. .py=Python.File. Next, you need to know how Windows is …

  3. How to Run Your Python Scripts and Code

    On Windows, Linux, and macOS, use the command line by typing python script_name.py to run your script. You can also use the python command with the -m option to execute modules. This tutorial covers these methods and more, ensuring you can run Python scripts efficiently.

  4. Execute Python scripts - Python Tutorial

    You can start a Python program with the terminal or command line. This works on all platforms (Mac OS, Windows, Linux). To open a terminal on Windows: press the windows key + r key (run program), type cmd or command and press enter.

  5. How to Run a Python Script - GeeksforGeeks

    Dec 21, 2023 · 2. Run Python Script by the Command Line. Running Python scripts on Windows via the command line provides a direct and efficient way to execute code. It allows for easy navigation to the script's directory and initiation, facilitating quick testing and automation. Example 1: Using Script Filename

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

    Mar 22, 2024 · Whether you're writing Python code on your Windows PC or just want to use existing Python scripts, it'll be helpful to learn how to run code from the Command Prompt. Running Python code is easy—you'll just need to have Python installed.

  7. How to Run a Python Script via a File or the Shell

    We show you how to run a python script in Windows, Mac or Linux (Unix), via the command prompt or the interactive shell.

  8. Python on Windows FAQ — Python 3.13.3 documentation

    On Windows, the standard Python installer already associates the .py extension with a file type (Python.File) and gives that file type an open command that runs the interpreter (D:\Program Files\Python\python.exe "%1" %*). This is enough to make scripts executable from the command prompt as ‘foo.py’.

  9. How to Run Python Scripts on Windows: The Ultimate Guide for …

    Nov 7, 2023 · Installing Python on Windows by downloading python.org and running the .exe installer. Creating Python programs saved with the .py extension using a text editor. Executing scripts from Command Prompt, PowerShell, IDLE, and VS Code.

  10. How to Run Python Script Windows 10: A Beginner’s Step-by …

    Sep 3, 2024 · In this tutorial, you’ll learn the steps needed to run a Python script on a Windows 10 computer. We’ll start by ensuring Python is installed, then move on to running your script from the Command Prompt.

  11. Some results have been removed
Refresh