Skip to content Skip to sidebar Skip to footer
Showing posts with the label Read Eval Print Loop

Assigning A Value To Single Underscore _ In Python/ipython Interpreter

I created this function in Python 2.7 with ipython: def _(v): return v later if I call _(somev… Read more Assigning A Value To Single Underscore _ In Python/ipython Interpreter

How To Get Python Interactive Console In Current Namespace?

I would like to have my Python code start a Python interactive console (REPL) in the middle of runn… Read more How To Get Python Interactive Console In Current Namespace?