Hi, do you know free analog of automated flow chart generator from python source code like visustin (http://www.aivosto.com/visustin.html)?
Graphviz allows you to generate a flow chart, but it is not automated (AFAIK). You might want to check the webpage for more details, and see if there is a lib for automated flow chart generation. Other than that, I think Graphviz is a great tool, even if at a cost (more work to design the flow charts, and stuff like that), because it allows you not only to learn a new trick, but also to dissect the logic behind the program you are trying to express. More on the link: http://stackoverflow.com/questions/4468364/automatic-flowchart-generator-python
Thank you very much. Things became a bit clearer after following the links you have provided. I guess, I've asked the wrong question. I would probably need something like UML tool for python
I only remember of Lumpy: http://allendowney.com/swampy/lumpy.html I never fiddled with it, only eyeballed once, seemed really cool, but kinda 'ugly', in the sense that it takes some time to be used to it. If anyone knows of other tools, I would be glad to know about it also :-)
OK, thank you.
Join our real-time social learning platform and learn together with your friends!