About 42,000 results
Open links in new tab
  1. Is there a way to clear Python's IDLE window? - Stack Overflow

    I know there's a similar topic about the Python console, but I do not know if they are the same. I tried system("clear") and it didn't work here. How do I clear Python's IDLE window?

  2. How do I open Python IDLE (Shell WIndow) in WIndows 10?

    Idle can be opened as an edit window or a shell window. 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 …

  3. Writing multi-line code in Python's IDLE application

    0 Creating a new file enables you to write your code in multiline in IDLE and before writing the code you need to save the file as *.py format. That's all.

  4. python - SyntaxError: multiple statements found while compiling a ...

    Jan 20, 2014 · You are using the interactive shell which allows on line at a time. What you can do is put a semi-colon between every line, like this - import sklearn as sk;import numpy as np;import …

  5. How do you add breakpoints to a Python program in IDLE?

    Jun 6, 2011 · Completing the answer supplied by the OP: after setting the breakpoint - you must turn on IDLE Shell's debug mode (using debug --> debugger). When you run the program, press "Go" in the …

  6. what is the difference between python shell and IDLE?

    Oct 6, 2018 · Python Shell is a command line tool that starts up the python interpreter. You can test simple programs and also write some short programs. However, in order to write a more complexed …

  7. How to get to a new line in Python Shell? - Stack Overflow

    Jun 19, 2011 · Yeah it works, but two questions: 1.where did you learn this, in Python tutorial? 2.This is too unnatural, is there a way i can just type Enter to go to a new line, like in most IDEs?

  8. Install python modules/package using IDLE on Windows

    I've downloaded & installed 3 versions of Python from python.org, but still it seems that the packages are not installed. Can anyone tell me how to install modules using IDLE on Windows 7.

  9. 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 way to run a …

  10. ¿Hay alguna forma de borrar el IDLE de python?

    Feb 6, 2022 · Modificando el Shell: El archivo se puede descargar del enlace anterior (ClearWindow.py), y debe ser colocado en la carpeta de instalación de python, dentro de \lib\idlelib. Además, hay que …