About 2,120,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. How can I run IDLE for Python 3 in a Conda environment?

    Dec 4, 2024 · For how to open IDLE from a Conda virtualenv, the process that works for me is: activate myenv python -m idlelib This should open up the IDLE editor and you can run code …

  4. Install python modules/package using IDLE on Windows

    Install python modules/package using IDLE on Windows Asked 10 years, 6 months ago Modified 1 year, 10 months ago Viewed 213k times

  5. starting Python IDLE from command line to edit scripts

    Jun 9, 2017 · If running idle.pyw directly doesn't work, then probably the file association is wrong. Make sure that assoc .pyw is set to Python.NoConFile and that the command for ftype …

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

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

    Mar 12, 2013 · 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 …

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

  9. python - What is IDLE stands for? - Stack Overflow

    Dec 2, 2022 · IDLE stands for Integrated Development and Learning Environment. It is a built-in development environment for writing and running Python code.

  10. When running a python script in IDLE, is there a way to pass in …

    Apr 10, 2017 · I'm testing some python code that parses command line input. Is there a way to pass this input in through IDLE? Currently I'm saving in the IDLE editor and running from a …

Refresh