I would like to have a more colorful Python prompt in the terminal, just for readability. I currently have:
sys.ps1 = \'\\033[96m>>> \\033[0m\' sys.ps2
Is there some reason to not use IPython? IPython does provide color prompts, etc. out of the box...