Im coming from a MatLab background, and started to pick up Python. In matlab it generates a table of the last value of any parameter while excecuting the code. It really helps in debugging.
is there anything simillar in Python, or is ironning the bugs out, soley based on print('...') to see the values of interest?