174k views
17 votes
Does anyone know how to translate python code into a flowchart?

User Donlelek
by
3.1k points

1 Answer

3 votes

Answer:

Convert the Python code into a C++ code.

Apply doxygen to create UML class diagrams from C++ source . (UML class diagrams are not same as flowcharts.)

Review the diagrams.

Manually create a flowchart.

User Aleksi Torhamo
by
3.5k points