GUI for viewing/editing python data structures?

timaranz at gmail.com timaranz at gmail.com
Sun Sep 30 16:10:40 EDT 2007


On Sep 27, 11:23 am, "Joshua J. Kugler" <jos... at eeinternet.com> wrote:
> A while back, I seem to remember coming across a small program that could
> view and edit python data structures via a nice expanding tree view.  I'm
> now in need of something like that (to verify data is imported correctly
> into a shelve file) and having a GUI would be much simpler than trying to
> wade through the output of str(d) or repr(d).
>
> I've tried googling with the obvious keywords (gui (view OR edit) python
> data structures) but t didn't get me anywhere.
>
> Pointers?
>
> j
>
> --
> Joshua Kugler
> Lead System Admin -- Senior Programmerhttp://www.eeinternet.com
> PGP Key:http://pgp.mit.edu/ ID 0xDB26D7CE

Try any of the good Python IDE's and use breakpoints and the watch
window. I like wing IDE from wingware.com - they have a free version
now.




More information about the Python-list mailing list