503,431 views
16 votes
16 votes
Does anyone know how to translate python code into a flowchart?

User Malibur
by
2.7k points

1 Answer

11 votes
11 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 KalEl
by
2.8k points