7e7f08df55
IPython provides a replacement for the interactive Python interpreter with extra functionality, including persistent input history, readline-based name completion and comprehensive object introspection. It also allows easy access to the pdb debugger and Python profiler, as well as the system shell. submitted by Will Maier <willmaier at ml1.net> feedback and ok alek@
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
IPython provides a replacement for the interactive Python interpreter
|
|
with extra functionality, including persistent input history,
|
|
readline-based name completion and comprehensive object
|
|
introspection. It also allows easy access to the pdb debugger and
|
|
Python profiler, as well as the system shell.
|