(PyCharm) Tool to understand python code

319 Views Asked by At

we have a programming project on our college in Python and are using PyCharm. There is already an existing code which we have to understand at the first step.

Our project team don't know how to begin analyse the code. Is there a tool for PyCharm which can record the code/function as soon as we run the code? I mean, i want to see which functions calls which other function and get a structure (maybe as a tree) how the functions depends to each other.

This is my first post, i hope to get help here :) Sorry for my english, i'm from germany :P

0

There are 0 best solutions below