Diagrams seem to be on everybody's mind recently ;) Question: are there any good tools to automatically represent (almost) any code as diagrams? Use case: I wrote a pretty complex simulation in Python, which is a little hard to explain to my colleagues. I would like to have, e.g., a sequence or a swimlane diagram to help others understand what is going on. I would like this diagram to be automatically generated by ot…
wouldn’t you need to use a call graph generator? like cscope but for python? here’s a ref to get you started: https://stackoverflow.com/questions/517589/tools-to-get-a-pi...
(If any Python person is reading it, please share your recommendations.)