Python is lovely to me because of short line code.
Is there any other way to clear Python shell without using:
import os
os.system('clear')
Can I suggest you to use ipython-notebook. It is very friendly and also supports the shell commands directly.