Tagged Questions

25
votes
13answers
22k views

How to clear python interpreter console?

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 ...
3
votes
1answer
110 views

Use the python interpreter packaged with py2exe

Hi guys this is my first question on stackOverflow and unfortunately it's a strange one. I have a python script I want to distribute to Windows, where people might not have python installed. So I ...