[LESS INFO] 13 VIEWS | ADDED 19:57:17 07/25/08
This talks describes a prototype package that illustrates relationships between objects in Python name spaces. At the moment it is capable of visualising references between Python names and objects and composition of basic Python data structures like tuples, lists and dictionaries. It generates files in the GraphViz DOT format, has a very simple implementation right now and is mostly useful for generating graphs for educational purposes. It is planned, though, to extend it in order to visualise other relationships between Python objects as well, like inheritance and module dependencies.