About 8,500,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, 3 months ago Viewed 217k times

  4. Python IDLE won't start - Stack Overflow

    Jan 6, 2019 · So I found idle at C:\Users\jlamm\AppData\Local\Programs\Python\Python310\Lib\idlelib\idle.pyw and typed that …

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

    Short answer Start the virtual environment Run python -m idlelib.idle From this answer. Long answer This answer assumes Python 3. There are a few different virtual environment …

  6. performance - Python: Why is IDLE so slow? - Stack Overflow

    May 17, 2010 · IDLE is my favorite Python editor. It offers very nice and intuitive Python shell which is extremely useful for unit-testing and debugging, and a neat debugger. However, code …

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

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

  9. Python IDLE. Auto-complete/Show completions not working

    IDLE is being very dodgy as to when it will actually show an Auto-complete menu. As of late it hasn't been working at all, or, more specifically, only works during an interactive session.

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