About 20,900,000 results
Open links in new tab
  1. Default save path for Python IDLE? - Stack Overflow

    May 3, 2015 · In Windows 10+, click the Windows Start button, then type idle, and then right-click on the IDLE desktop app and open the file location. This should bring you to the Start Menu …

  2. How to Save Your Python Code to a File and Run It as a Script | Python

    In this video, we will learn how to save our Python code to a file and how to run it as a script using IDLE.0:00 Introduction0:31 What do we need?0:50 The ad...

  3. Writing, Saving and Running Python Programs with IDLE

    Entering commands at the prompt is just the beginning. Let’s use IDLE to save and run files. With this skill you’ll be able to write and build complex and powerful Python programs. IDLE has two …

  4. Python 3 Notes: Some Basic Configurations - University of …

    You should first create a shortcut to IDLE by pinning it to the START menu. Look up IDLE, right click, and select "Pint to Start". (Screenshot) Now an IDLE shortcut is pinned in your START …

  5. Configure Python IDLE default directory - pytechresources.com

    Nov 16, 2024 · One way is to navigate to that directory every time you save a file but that is tedious and we should do a one time configuration to change the default directory. Doing this …

  6. Creating and Running a Python 2 or Python 3 Program using the IDLE

    Nov 11, 2024 · From the File menu, select Save As, and select a folder to save your Python program file. 5. Select a folder to save your file in. 6. In the File name: text box, type: …

  7. Where does Python save files by default? – Quick-Advisors.com

    Dec 8, 2019 · Where does Python save files by default? 11 Answers. IDLE will use that current directory as the default. I actually just discovered the easiest answer, if you use the shortcut …

  8. Save Python Idle Shell - Stack Overflow

    Apr 5, 2023 · Right now in order to save the python idle shell I'm doing it manually File->Save As I'm looking for a command to automate the saving of the python idle shell.

  9. Best Ways to Save Data in Python - AskPython

    Feb 26, 2021 · 1. Using Pickle to store Python Objects If we want to keep things simple, we can use the pickle module, which is a part of the standard library to save data in Python. We can …

  10. Python fundamentals (2) — saving Python programs as files

    Nov 6, 2018 · IDLE has a mode in which the user can write multiple lines of code, save them in a file, and execute them whenever he/she chooses. This is, well, pretty handy if you are …

  11. Some results have been removed