Xonsh
Shell combining Bash-like and Python syntax.
Xonsh lets Python expressions and shell commands coexist in the same prompt; commands are dispatched to the OS, expressions to the Python interpreter. It runs on Linux and is popular with users who script in Python.
Install
pip install xonsh
