Quick evaluation of Python expressions in Bash
A Bash function and alias combo that lets you evaluate simple Python expressions from the Bash command-line: The function and alias combo is necessary to prevent Bash from expanding wildcard expressions like * and ? and such. I...