Interactive Code Interpreter

Python
Author

Imad Dabbura

Published

June 12, 2024

Python standard library has code library that allows us to run REPL in the middle of our script to experiment with the environment. You can run import code; code.interact(local()). It is very useful for debugging