The Artima Developer Community
Sponsored Link

Python Buzz Forum
py2dot: Visualizing Python Syntax Trees with Graphviz

1 reply on 1 page. Most recent reply: Jan 28, 2005 12:20 PM by Andrew Gross

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Andrew Gross

Posts: 52
Nickname: arg
Registered: Jan, 2005

Andrew Gross is a Python programmer living in Cambridge, MA.
py2dot: Visualizing Python Syntax Trees with Graphviz Posted: Jan 28, 2005 12:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Andrew Gross.
Original Post: py2dot: Visualizing Python Syntax Trees with Graphviz
Feed Title: argv0.net
Feed URL: http://www.pycs.net/users/0000445/weblog/rss.xml
Feed Description: a python programming journal by Andrew R. Gross
Latest Python Buzz Posts
Latest Python Buzz Posts by Andrew Gross
Latest Posts From argv0.net

Advertisement

py2dot is a useful script I wrote that generates Graphviz ".dot" files from Python source code. The output images can be used to teach parsing concepts, or as cubicle art:

Check out the py2dot page for more details or click here to download.

py2dot requires Graphviz and Python 2.4

Read: py2dot: Visualizing Python Syntax Trees with Graphviz


Ryan Davis

Posts: 651
Nickname: zenspider
Registered: Oct, 2004

Re: py2dot: Visualizing Python Syntax Trees with Graphviz Posted: Jan 28, 2005 1:28 PM
Reply to this message Reply
Wow. We really are on the same page... I've ALSO recently done this too.

Flat View: This topic has 1 reply on 1 page
Topic: Kid by Example Previous Topic   Next Topic Topic: Guido speaks at Amazon DevCon

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use