About 151,000 results
Open links in new tab
  1. python - How can I clear the interpreter console? - Stack Overflow

    513 Like most Python developers, I typically keep a console window open with the Python interpreter running to test commands, dir() stuff, help() stuff, etc. Like any console, after a while the visible …

  2. Clear the terminal in Python - Stack Overflow

    Does any standard "comes with batteries" method exist to clear the terminal screen programatically from a Python script, or do I have to use curses (the libraries, not the words)?

  3. How to clear the screen in Python - Stack Overflow

    Jan 27, 2011 · Possible Duplicates: Clear the terminal in Python How can I clear the interpreter console? I'm trying to write a program in Python, but I don't know how to clear the screen.

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

  5. Is there a python 3 command to clear the output console?

    Dec 27, 2019 · It basically uses a system based python interpreter, there is no direct way or command to clear Python interpreter console. So you need a system call to clear the Python interpreter console …

  6. Clearing Console in Python - Stack Overflow

    May 3, 2022 · I've been having trouble clearing the console on python. I've tried to do Console.Clear() and clear() but for some reason they haven't been working.

  7. python 3.x - Clear PyCharm Run Window - Stack Overflow

    Jan 16, 2017 · For Python Console (where you see the output) assign a shortkey for "clear all" in File -> Settings -> Keymap -> Other -> "Clear all" You can also click somewhere on the PythonConsole -> …

  8. How do I clear the console using Python Script? [duplicate]

    Oct 17, 2020 · Some Background? I am not using the traditional python IDLE, but Anaconda Spyder (3.8) on a Windows 10 machine. I am looking for a script that clears the screen when called to do so. …

  9. Como limpar o console no Python? - Stack Overflow em Português

    Jul 3, 2015 · Sou usuário do Sistema Operacional Ubuntu e, quando quero limpar o Terminal, eu utilizo o comando clear. >>> clear Porém, no Python, como eu poderia fazer para poder limpar o …

  10. python - how to clear the screen in pycharm - Stack Overflow

    Nov 20, 2020 · The way to clear the PyCharm Python Console is by using the context menu. Right mouse click in the upper part of the console (where the lines with >>> prompts are closer together) …