Run Python code at the shell with magical automatic variable handling
Easily run Python at the shell! Magical, but never mysterious
pyp$ echo -e 'hello\nworld' | pyp 'x.upper()'$ echo -e 'hi\nhello\nworld' | pyp 'x if len(x) > 5'$ echo '{"name":"Alice"}' | pyp 'json.loads(x)["name"]'