<div class="gmail_quote">On Tue, Jun 2, 2009 at 1:30 PM, Dave Angel <span dir="ltr">&lt;<a href="mailto:davea@ieee.org">davea@ieee.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

roberto  wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
On Tue, Jun 2, 2009 at 10:54 AM, roberto &lt;<a href="mailto:roberto03@gmail.com" target="_blank">roberto03@gmail.com</a>&gt; wrote:<br>
  <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
&gt;&gt;<br>
&gt;&gt; hello,<br>
&gt;&gt; i&#39;d like to ask if there is anything in python which helps to see what<br>
&gt;&gt; variables have been defined and their type and their dimension etc;<br>
&gt;&gt;<br></div><div class="im">
&gt;&gt; if any of you has ever used Matlab, i mean something really similar to<br>
&gt;&gt; its workspace, where all the user created variables are stored and<br>
&gt;&gt; constantly updated<br>
&gt;&gt;<br>
&gt;&gt; thank you<br></div>
&gt;&gt; --<br>
&gt;&gt; roberto<br>
</blockquote>
  <br>
</blockquote>
You could use the commercial Komodo IDE.  It&#39;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<br>


<br>
<a href="http://www.activestate.com/komodo/" target="_blank">http://www.activestate.com/komodo/</a></blockquote></div><br>Wingware also has a commercial IDE, and most of the functionality is included in the free student/personal use version. They were also generous enough to donate I think it was 4 or 8 commercial licensees to our PyArkansas un-conference. I played around with it a bit and it seemed like quite a solid IDE.<br>

<br>HTH,<br>Wayne<br>