Description
Python code can be explored interactively in a richer REPL with syntax highlighting, completion, history, and prompt_toolkit features. This is useful for developers, students, and data users who want a more comfortable terminal Python session.
It is a command-line development tool. Code typed into the REPL runs immediately with the user's permissions, so copied snippets should be reviewed before execution.