On Friday 25 May 2007 10:00:47 Eric Wilhelm wrote: > # from José Antonio Martín Prieto > > # on Thursday 24 May 2007 11:39 pm: > >So I have a suggestion. In order to help casual developers, maybe Art > >(and other expert developers, if any) could write a more exhaustive > >guide for PythonCAD coding, so that the architecture is more > >understandable. > > Has there been any work in the python community to create dot (graphviz) > diagrams of code flow/linkage? Yes that could be difficult to do as > static analysis, but maybe possible at runtime.
does Doxygen work on Python code? that is usually quite a good method to get to know your way around code. sincerely, marije _______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
