Tagged Questions
24
votes
13answers
21k 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 ...
2
votes
1answer
101 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 ...