About 19,800,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. 4. Using Python on WindowsPython 3.13.3 documentation

    2 days ago · Four Python 3.13 installers are available for download - two each for the 32-bit and 64-bit versions of the interpreter. The web installer is a small initial download, and it will automatically download the required components as necessary.

  3. Python on Windows for beginners | Microsoft Learn

    Apr 2, 2025 · With your PowerShell command line open, enter python to run the Python 3 interpreter. (Some instructions prefer to use the command py or python3, these should also work). You will know that you're successful because a >>> …

  4. How do I open Python IDLE (Shell WIndow) in WIndows 10?

    In Windows you will need to right click a .py, and press Edit to edit the file using IDLE. Since the default action of double clicking a .py is executing the file with python on a shell prompt. To open just IDLE: Click on that. C:\Python36\Lib\idlelib\idle.bat. Right click on python.exe?

  5. How to Run Python in Terminal - Howchoo

    Aug 18, 2023 · Python and associated Python scripts can be run using command-line interfaces. Windows users can use command prompt while Mac and Linux users can make use of Terminal. We’ll cover how to run a Python script, open a Python shell, and how to run a Python one-liner.

  6. How To Work with the Python Interactive Console - DigitalOcean

    Aug 23, 2021 · The Python interactive console (also called the Python interpreter or Python shell) provides programmers with a quick way to execute commands and try out or test code without creating a file.

  7. 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. On Mac OS use finder to start a terminal. You can hit command+space and type terminal, then hit enter.

  8. 3 Ways how to Run Python Code (Terminal, Shell, IDEs and …

    Apr 4, 2025 · To run Python in the Terminal, or the Command-Line, open your shell. Open the Python Interactive Window using the python3 keyword. Sometimes, the installer is under the python alias. Either type Command + Shift + D (on Mac) or type in exit () on Windows. 2. Run Python in an Integrated Development Environment (IDE)

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

  10. Using Python on Windows 10 - Adafruit Learning System

    Jun 3, 2019 · To access the command line, open the Start Menu via clicking the Start Button, lower left of the screen. Scroll the left side all the way down to Windows System - click the icon and sub menu items pop in, select Command Prompt with the black icon.

  11. Some results have been removed
Refresh