Simple multiline interactive interpreter
Category: Python - Education
This script is a simple embedded multiline python interpreter built around raw_input(). It interrupts the control flow at any given location with 'exec prompt' and gives control to the user. Allways runs in the current scope and can even be started from the pdb prompt in debugging mode.It was tested with python, jython and stackless. Handy for simple debugging purposes. Date: 17 April, 2012
Interactive Interpreter - Debugging Purposes - Debugging Script - Interactive - Interpreter - Debugging
Homepage: http://code.activestate.com/
Developer: code.activestate.com
License: Freeware
Operating System: All
all are required fields
Related Scripts Download
This function makes it easier to use the timeit module from the interactive interpreter.
Developer: code.activestate.com
License: Freeware
Operating System: All
This function makes it easier to use the timeit module from the interactive interpreter.
Developer: code.activestate.com
License: Artistic License, GNU General Public License (GPL)
Operating System: Windows, Linux, Mac OS, BSD, Solaris
In most languages with closures, it is possible to change a closed-over value and have the change visible in other closures which share a reference to the same variable.
Developer: code.activestate.com
License: Freeware
Operating System: All
This script helps you in adding new format specifiers to the logging module.
Developer: code.activestate.com
License: Freeware
Operating System: All
This script acts like a stepping debugger to diagnose and fix your programs.
Developer: code.activestate.com
License: Freeware
Operating System: All
Since Python 2.
Developer: code.activestate.com
License: Freeware
Operating System: All
This script allows a user to place debug messages, error messages and standard messages throughout a program.
Developer: code.activestate.com
License: Freeware
Operating System: All
With the banner fade effect you can fade out advertising banners on your website with background color adjustment so they become less noticeable.
Developer: gaijin.at
License: Freeware
Operating System: All
This script separates pattern implementation from your code so that you can reuse the implementation elsewhere.
Developer: code.activestate.com
License: Freeware
Operating System: All