[Tutor] python workspace

Dave Angel davea at ieee.org
Tue Jun 2 20:30:29 CEST 2009


roberto  wrote:

> On Tue, Jun 2, 2009 at 10:54 AM, roberto <roberto03 at gmail.com> wrote:
>   
>> >>
>> >> hello,
>> >> i'd like to ask if there is anything in python which helps to see what
>> >> variables have been defined and their type and their dimension etc;
>> >>
>> >> if any of you has ever used Matlab, i mean something really similar to
>> >> its workspace, where all the user created variables are stored and
>> >> constantly updated
>> >>
>> >> thank you
>> >> --
>> >> roberto
>   
You could use the commercial Komodo IDE.  It's got a debugger that runs 
the Python code as a separate process, so it can be used for GUI 
debugging as well as console work.  I use it with wxPython, and Python 2.6.2

http://www.activestate.com/komodo/





More information about the Tutor mailing list