About 8,540,000 results
Open links in new tab
  1. How do I open Python IDLE (Shell WIndow) in WIndows 10?

    To get the the idle edit window from the shell window is very simple if you know how. Here's how: Windows search for "idle" Click 'enter' idle shell appears click options in idle shell click …

  2. How to run a python script from IDLE interactive shell?

    Jun 22, 2013 · The IDLE shell window is not the same as a terminal shell (e.g. running sh or bash). Rather, it is just like being in the Python interactive interpreter (python -i). The easiest …

  3. Install python modules/package using IDLE on Windows

    Install python modules/package using IDLE on Windows Asked 10 years, 11 months ago Modified 2 years, 2 months ago Viewed 217k times

  4. How can I run IDLE for Python 3 in a Conda environment?

    Dec 4, 2024 · For running Python 2, all I do is activate the required Conda environment and just type idle. It automatically opens IDLE for Python 2.7. But I can't figure out how to do this for …

  5. What's the working directory when using IDLE? - Stack Overflow

    Apr 4, 2013 · Open the IDLE.app bundle: in the Python 3.11 folder in Applications, open the IDLE.app application bundle by right clicking it and selecting Show Package Contents. In …

  6. Default working directory for Python IDLE? - Stack Overflow

    Here's a way to reset IDLE's default working directory for MacOS if you launch Idle as an application by double-clicking it. You need a different solution if you launch Idle from a …

  7. IDLE background color in python - Stack Overflow

    Oct 11, 2015 · Select "Configure IDLE" Select "Highlights" from top horizontal tab ***Because I want the IDLE background to be dark so in Highligting theme -> Built-in theme -> click "IDLE …

  8. "Edit with IDLE" option missing from context menu

    Mar 21, 2015 · Most of the time when this problem occurs, people will read answers directing them into the windows registry, often unnecessarily. In the majority of cases, the registry key …

  9. How to start IDLE (Python editor) without using the shortcut on …

    A new window will appears, and you will see the shortcut of Idle (Python GUI) Right click, hold down and pull out to desktop to create a shortcut of Python GUI on desktop.

  10. Run pip in python idle - Stack Overflow

    Jan 25, 2016 · I am curious about running pip. Everytime I ran pip in command shell in windows like that c:\python27\script>pip install numpy But, I wondered if I can run it in python idle. …