About 9,870,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. Install python modules/package using IDLE on Windows

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

  3. How to launch python Idle from a virtual environment (virtualenv)

    Feb 7, 2011 · I have a package that I installed from a virtual environment. If I just launch the python interpreter, that package can be imported just fine. However, if I launch Idle, that …

  4. 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 …

  5. How do I print colored text in IDLE's terminal? - Stack Overflow

    How do I print colored text in IDLE's terminal? Asked 8 years, 8 months ago Modified 4 years, 7 months ago Viewed 28k times

  6. How to stop Python program execution in IDLE - Stack Overflow

    Jul 1, 2015 · When one presses ^C in IDLE's Shell, the Shell sends a message to the execution process to raise interrupt there. Most of the time when that fails, it it would have failed if one …

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

  8. How to install NumPy using official python IDLE?

    May 17, 2021 · As seen in the title, I need some help installing NumPy using the official python IDLE. I am running Windows 10 on a Dell computer and I am not sure where to start. I have …

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

  10. editor - Python IDLE: Change Python Version - Stack Overflow

    Jan 18, 2017 · There are different versions of IDLE installed for each Python version. Depending on how you installed Python on Mac OS X, you may find different folders in /Applications. Look …